首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
滑动式专题
android SlidingDrawer滑动式抽屉控件
一、简介 SlidingDrawer隐藏屏外的内容,并允许用户通过handle以显示隐藏内容。它可以垂直或水平滑动,它有俩个View组成,其一是可以拖动的handle,其二是隐藏内容的View.它里面的控件必须设置布局,在布局文件中必须指定handle和content. 例如下面 <SlidingDrawer android:layout_width="fill_parent" a
阅读更多...
36.滑动式产品卡UI设计
效果 (源码网盘地址在最后) 源码 index.html <!DOCTYPE html><html><head><title>Product Card UI Design</title><link rel="stylesheet" type="text/css" href="style.css"></head><body><div class="card"><div clas
阅读更多...