Advertisement
ziedrebhi

activity_list_data.xml

Apr 19th, 2014
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:id="@+id/LinearLayout1"
  4.    android:layout_width="fill_parent"
  5.    android:layout_height="fill_parent"
  6.    android:orientation="vertical"
  7.    tools:context=".ListDataActivity" >
  8.  
  9.     <ListView
  10.        android:id="@+id/listView1"
  11.        android:layout_width="match_parent"
  12.        android:layout_height="wrap_content"
  13.        android:cacheColorHint="#000000" >
  14.     </ListView>
  15.  
  16. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement