WEB开发网
开发学院手机开发Android 开发 Android Launcher抽屉类SlidingDrawer的使用 阅读

Android Launcher抽屉类SlidingDrawer的使用

 2010-05-26 06:17:00 来源:WEB开发网   
核心提示:android:id="@+id/editText"android:layout_width="fill_parent"android:layout_height="wrap_content"/ >< /LinearLayout ><

android:id="@+id/editText"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

/ >

< /LinearLayout >

< /SlidingDrawer >

< /LinearLayout >

4.设置handle 图标的样式,在drawable 里添加handle.xml ,代码如下:

view plaincopy to clipboardprint?

< ?xml version="1.0" encoding="utf-8"? >

< selector xmlns:android=http://schemas.android.com/apk/res/android >

< item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/handle_normal" / >

< item android:state_pressed="true" android:drawable="@drawable/handle_pressed" / >

< item android:state_focused="true" android:state_enabled="true" android:drawable="@drawable/handle_focused" / >

< item android:state_enabled="true" android:drawable="@drawable/handle_normal" / >

< item android:state_focused="true" android:drawable="@drawable/handle_focused" / >

< /selector >

5.运行之。将会得到如下效果:

<a target=Android Launcher抽屉类SlidingDrawer的使用 - 心灵之窗 - 我的博客我做主" src="http://tech.cncms.com/tech/UploadPic/2010911/201091101727958.jpg" width="487" height="330" border="0" onload="return imgzoom(this,550);" style="cursor:pointer;" onclick="javascript:window.open(this.src);"/>
<a target=Android Launcher抽屉类SlidingDrawer的使用 - 心灵之窗 - 我的博客我做主" src="http://tech.cncms.com/tech/UploadPic/2010911/201091101728865.jpg" width="490" height="329" border="0" onload="return imgzoom(this,550);" style="cursor:pointer;" onclick="javascript:window.open(this.src);"/>

的比较简单呵呵,如果想深入了解,大家看Launcher 源码吧!

上一页  1 2 

Tags:Android Launcher 抽屉

编辑录入:coldstar [复制链接] [打 印]
赞助商链接