summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-11-18 01:29:21 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-18 01:29:21 -0800
commited393b9d617d38b3b2581006ebd37321c7c81b41 (patch)
treed6d5701dcdf63ed3a992716bfcac5bf6a809e575
parentfa5038cc597a133c1ac56fcc80355df0b5864a4d (diff)
parent2ec331c9b8fc0f5553add6c998723cc1d42f51af (diff)
downloadandroid_packages_apps_Gallery2-ed393b9d617d38b3b2581006ebd37321c7c81b41.tar.gz
android_packages_apps_Gallery2-ed393b9d617d38b3b2581006ebd37321c7c81b41.tar.bz2
android_packages_apps_Gallery2-ed393b9d617d38b3b2581006ebd37321c7c81b41.zip
Merge "Gallery2: Fix photo widget display black when no picutures."
-rw-r--r--res/layout/appwidget_main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/appwidget_main.xml b/res/layout/appwidget_main.xml
index 0accabb50..368d90bc5 100644
--- a/res/layout/appwidget_main.xml
+++ b/res/layout/appwidget_main.xml
@@ -31,6 +31,7 @@
android:layout_width="@dimen/stack_photo_width"
android:layout_height="@dimen/stack_photo_height"
android:gravity="center"
+ android:textColor="@android:color/black"
android:text="@string/appwidget_empty_text"/>
</FrameLayout>
</RelativeLayout>