就这么一个 SlidingDraw" name="description" />

Android 组件的抽屉(初级)

来源:未知 责任编辑:智问网络 发表时间:2013-09-03 11:50 点击:

Android 组件的抽屉(初级)

本人一开始看到抽屉 效果的时候 本以为很有难度 结果……结果……..

就这么一个SlidingDrawer组件 直接拖动到XML就实现了  超汗!!!

code

<SlidingDrawer

android:layout_width="match_parent"

android:id="@+id/slidingDrawer1"

android:layout_height="match_parent"

android:handle="@+id/handle"

android:content="@+id/content"

android:layout_alignParentBottom="true"

android:layout_alignParentLeft="true"

>

<Button

android:layout_width="wrap_content"

android:background="@drawable/gallery_background_1"

android:layout_height="wrap_content"

android:id="@+id/handle"></Button>

<LinearLayout

android:id="@+id/content"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical"

android:background="#CCFFFF">

<LinearLayout

android:id="@+id/content2"

android:layout_width="match_parent"

android:layout_height="80dp"

android:orientation="horizontal"

>

<ImageButton

android:id="@+id/Simagebutton1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/a00"

android:layout_weight="1" 

android:background="@null"

android:layout_margin="10dp"

></ImageButton>

<ImageButton

android:id="@+id/Simagebutton2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/a01"

android:layout_weight="1"

android:background="@null"

android:layout_margin="10dp"

></ImageButton>

<ImageButton

android:id="@+id/Simagebutton3"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/a02"

android:layout_weight="1"

android:background="@null"

android:layout_margin="10dp"

></ImageButton>

<ImageButton

android:id="@+id/Simagebutton4"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/a03"

android:layout_weight="1"

android:background="@null"

android:layout_margin="10dp"

></ImageButton>

</LinearLayout>

<Button

android:id="@+id/Sbutton1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_margin="15dp"

android:text="1111111"

android:layout_marginTop="15dp"

></Button>

<Button

android:id="@+id/Sbutton2"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_margin="15dp"

android:text="222222"

></Button>

<Button

android:id="@+id/Sbutton3"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_margin="15dp"

android:text="333333"

></Button>

<Button

android:id="@+id/Sbutton4"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_margin="15dp"

android:text="13424顺序各点6"

></Button>

</LinearLayout>

</SlidingDrawer>

布局可以按自己想要实现的效果来布局 这个效果我做的很丑 只当做例子把  让美工做些好看的图片来修饰它吧

效果

本文出自 “美丽的奇葩” 博客,请务必保留此出处http://skyoceanone.blog.51cto.com/3483859/676422

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • Android 完全退出程序
    • 原创:Android应用开发-Andorid歌词秀,含源码
    • android 屏幕保护
    • Android手机软件汉化教程---第四课 dex文件汉化
    • 众多Android 开源项目推荐,给力工作给力学习
    • Android Audio代码分析4
    • Android得到已安装的应用程序信息!
    • Android开发者指南(29) —— USB Host and Accessory
    • Android成长的幕后推手:工程师鲁宾
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1