summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarkthumbnailwidget_item.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2016-01-17 02:15:52 -0600
committerBryan Owens <djbryan3540@gmail.com>2016-01-18 21:29:02 -0600
commit250ebb8c814ea5c8818d12afc25194091694a5b1 (patch)
treeb16aca8396333bad6e1e2012e2da2cf6d65328a6 /res/layout/bookmarkthumbnailwidget_item.xml
parentf99d46686191704cc9f79f8bea229d4e9291bbce (diff)
downloadpackages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.zip
packages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.tar.gz
packages_apps_Browser-250ebb8c814ea5c8818d12afc25194091694a5b1.tar.bz2
Themes: Expose hard coded colors and styles from layouts
Change-Id: I815dc35d65110ac091e73cc3dd9b1a16fe69b929 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/layout/bookmarkthumbnailwidget_item.xml')
-rw-r--r--res/layout/bookmarkthumbnailwidget_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bookmarkthumbnailwidget_item.xml b/res/layout/bookmarkthumbnailwidget_item.xml
index 8bc1efb..beb0fb2 100644
--- a/res/layout/bookmarkthumbnailwidget_item.xml
+++ b/res/layout/bookmarkthumbnailwidget_item.xml
@@ -55,6 +55,6 @@
android:ellipsize="end"
android:textSize="12sp"
android:typeface="sans"
- android:textColor="@android:color/white" />
+ android:textColor="@color/bookmark_thumbnail_widget_label_text_color" />
</LinearLayout>
</RelativeLayout>