Changeset 8:16f40c44c354 for android/res/layout/comiclist.xml
- Timestamp:
- 07/08/10 01:14:22 (13 years ago)
- Branch:
- default
- Tags:
- tip
- Convert:
- svn:f819dc9c-ca78-df11-852c-0018fe7759ca/trunk@9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/res/layout/comiclist.xml
r7 r8 6 6 android:paddingLeft="8dp" 7 7 android:paddingRight="8dp"> 8 9 <ListView android:id="@android:id/android:list"10 android:layout_width="fill_parent"11 android:layout_height="fill_parent"12 android:layout_weight="1"13 android:drawSelectorOnTop="false"/>14 8 15 9 <LinearLayout android:id="@android:id/android:empty" … … 26 20 27 21 </LinearLayout> 22 23 <ListView android:id="@android:id/android:list" 24 android:layout_width="fill_parent" 25 android:layout_height="fill_parent" 26 android:layout_weight="1" 27 android:drawSelectorOnTop="false"/> 28 28 </LinearLayout>
Note: See TracChangeset
for help on using the changeset viewer.