From 2ec331c9b8fc0f5553add6c998723cc1d42f51af Mon Sep 17 00:00:00 2001 From: kaiyiz Date: Mon, 17 Nov 2014 11:44:35 +0800 Subject: 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 --- res/layout/appwidget_main.xml | 1 + 1 file changed, 1 insertion(+) 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"/> -- cgit v1.2.3