summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_list.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:07:21 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:12:05 -0800
commita7c785cf1150588ed531da4b81fb6f9a50c8ac26 (patch)
tree4c63a8ba5580ebecac047af98bafdb4e38eef848 /res/layout/live_wallpaper_list.xml
parente5312bfd596a2803f3ab57d51f95654019c23e06 (diff)
downloadandroid_packages_wallpapers_LivePicker-a7c785cf1150588ed531da4b81fb6f9a50c8ac26.tar.gz
android_packages_wallpapers_LivePicker-a7c785cf1150588ed531da4b81fb6f9a50c8ac26.tar.bz2
android_packages_wallpapers_LivePicker-a7c785cf1150588ed531da4b81fb6f9a50c8ac26.zip
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/live_wallpaper_list.xml')
-rw-r--r--res/layout/live_wallpaper_list.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/live_wallpaper_list.xml b/res/layout/live_wallpaper_list.xml
index bab79ff..9ac8c66 100644
--- a/res/layout/live_wallpaper_list.xml
+++ b/res/layout/live_wallpaper_list.xml
@@ -19,15 +19,15 @@
<ListView
android:id="@android:id/list"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:drawSelectorOnTop="false" />
<TextView
android:id="@android:id/empty"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:gravity="center"
android:visibility="gone"