summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-11-17 11:44:35 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2014-11-17 11:44:35 +0800
commit2ec331c9b8fc0f5553add6c998723cc1d42f51af (patch)
treed6d5701dcdf63ed3a992716bfcac5bf6a809e575
parentfa5038cc597a133c1ac56fcc80355df0b5864a4d (diff)
downloadandroid_packages_apps_Gallery2-2ec331c9b8fc0f5553add6c998723cc1d42f51af.tar.gz
android_packages_apps_Gallery2-2ec331c9b8fc0f5553add6c998723cc1d42f51af.tar.bz2
android_packages_apps_Gallery2-2ec331c9b8fc0f5553add6c998723cc1d42f51af.zip
Gallery2: Fix photo widget display black when no picutures.
The color of "No photos" is same with its background which make the text of "No photos" not display. Modify the color of text to make "No pictures" display CRs-Fixed: 752380 Change-Id: Iba4ea3085528199faddb39f55e7383f910440526
-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>