diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-26 06:39:57 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-26 06:39:57 +0200 |
| commit | 3e65d1f37151fbe1ea870d6fd8059f6b822ab062 (patch) | |
| tree | 99a82f5281bac1591b7c7eb386e5435a6dc719b7 /main/res/layout/usefulapps_activity.xml | |
| parent | cd207f4f2b6edee2ad139505a883bee39f3be2b3 (diff) | |
| download | cgeo-3e65d1f37151fbe1ea870d6fd8059f6b822ab062.zip cgeo-3e65d1f37151fbe1ea870d6fd8059f6b822ab062.tar.gz cgeo-3e65d1f37151fbe1ea870d6fd8059f6b822ab062.tar.bz2 | |
have the right list items and fragments in layout preview
Diffstat (limited to 'main/res/layout/usefulapps_activity.xml')
| -rw-r--r-- | main/res/layout/usefulapps_activity.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/usefulapps_activity.xml b/main/res/layout/usefulapps_activity.xml index fa2112e..e15cd7a 100644 --- a/main/res/layout/usefulapps_activity.xml +++ b/main/res/layout/usefulapps_activity.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="?background_color" @@ -15,7 +16,8 @@ android:footerDividersEnabled="false" android:headerDividersEnabled="false" android:listSelector="?background_color" - android:padding="4dip" > + android:padding="4dip" + tools:listitem="@layout/usefulapps_item" > </ListView> </LinearLayout>
\ No newline at end of file |
