Friday, June 29, 2012

Re: [android-developers] how to add listview in to sliding drawer??

<SlidingDrawer  	xmlns:android="http://schemas.android.com/apk/res/android"  	android:background="#FF4444CC"  	android:id="@+id/drawer"  	android:layout_width="fill_parent"  	android:layout_height="fill_parent"  	android:handle="@+id/handle"  	android:content="@+id/content">  	<ImageView  		android:contentDescription="@string/normal_tray"  		android:id="@id/handle"  		android:layout_width="wrap_content"  		android:layout_height="wrap_content"  		android:src="@drawable/tray_handle_normal"/>  	<listview/>  </SlidingDrawer>

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment