Fix build by removing missing string reference.

Change-Id: Id45bc1d0fe872b6e987cef58d68714efec9a83eb
This commit is contained in:
Jeff Sharkey
2010-12-22 13:02:44 -08:00
parent 05542542c9
commit e22874e67e
+4 -1
View File
@@ -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"