summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarkthumbnailwidget_item_folder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/bookmarkthumbnailwidget_item_folder.xml')
-rw-r--r--res/layout/bookmarkthumbnailwidget_item_folder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/bookmarkthumbnailwidget_item_folder.xml b/res/layout/bookmarkthumbnailwidget_item_folder.xml
index 2d3f4538..9c63a799 100644
--- a/res/layout/bookmarkthumbnailwidget_item_folder.xml
+++ b/res/layout/bookmarkthumbnailwidget_item_folder.xml
@@ -21,12 +21,12 @@
android:layout_height="wrap_content">
<ImageView
android:id="@+id/thumb"
- android:src="@color/white"
+ android:src="@color/thumb_src_color"
android:layout_width="match_parent"
android:layout_height="@dimen/widgetThumbnailHeight"
android:scaleType="fitEnd"
android:cropToPadding="true"
- android:background="@color/white" />
+ android:background="@color/bookmarks_list_background_color" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -54,6 +54,6 @@
android:ellipsize="end"
android:textSize="12sp"
android:typeface="sans"
- android:textColor="@android:color/white" />
+ android:textColor="@color/bookmarkthumbnailwidget_item_label_text_color" />
</LinearLayout>
</RelativeLayout>