summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout-xlarge/live_wallpaper_list.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout-xlarge/live_wallpaper_list.xml b/res/layout-xlarge/live_wallpaper_list.xml
index f02af2701..3d71f0817 100644
--- a/res/layout-xlarge/live_wallpaper_list.xml
+++ b/res/layout-xlarge/live_wallpaper_list.xml
@@ -33,6 +33,10 @@
android:verticalSpacing="0dp"
android:horizontalSpacing="0dp"
android:drawSelectorOnTop="false" />
+ <!--
+ android:text="@string/live_wallpaper_empty"
+ -->
+
<TextView
android:id="@android:id/empty"
android:layout_width="match_parent"
@@ -41,7 +45,6 @@
android:gravity="center"
android:visibility="gone"
- android:text="@string/live_wallpaper_empty"
android:textColor="#FFFFFFFF"
android:textSize="14sp"
android:shadowColor="#FF000000"