diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-13 12:57:53 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-13 12:57:53 -0800 |
commit | b9f5851434b568fa427613fbc00e0b4cf9e15132 (patch) | |
tree | c82cbd53e469ea82e705c8724f23e733f7e2c655 /res/layout | |
parent | 1feaa85791b3b5cc66a16142afc2259a2356bc9e (diff) | |
download | packages_apps_Settings-b9f5851434b568fa427613fbc00e0b4cf9e15132.tar.gz packages_apps_Settings-b9f5851434b568fa427613fbc00e0b4cf9e15132.tar.bz2 packages_apps_Settings-b9f5851434b568fa427613fbc00e0b4cf9e15132.zip |
auto import from //branches/cupcake/...@131421
Diffstat (limited to 'res/layout')
-rwxr-xr-x | res/layout/compute_sizes.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/res/layout/compute_sizes.xml b/res/layout/compute_sizes.xml index bba8c636e..1c8e96648 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> |