summaryrefslogtreecommitdiffstats
path: root/res/layout/compute_sizes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/compute_sizes.xml')
-rwxr-xr-xres/layout/compute_sizes.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/layout/compute_sizes.xml b/res/layout/compute_sizes.xml
index bba8c63..1c8e966 100755
--- a/res/layout/compute_sizes.xml
+++ b/res/layout/compute_sizes.xml
@@ -20,19 +20,17 @@
android:layout_height="fill_parent">
<ListView
android:id="@android:id/list"
- android:layout_weight="1"
android:drawSelectorOnTop="false"
android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- </ListView>
- <TextView android:id="@android:id/empty"
+ android:layout_height="wrap_content" />
+ <TextView android:id="@+id/empty_view"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_weight="1"
android:paddingLeft="20dip"
android:paddingTop="5dip"
android:text="@string/empty_list_msg"
- android:textSize="15sp" />
+ android:gravity="center"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>