summaryrefslogtreecommitdiffstats
path: root/res/layout/wallpaper_picker_gallery_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wallpaper_picker_gallery_item.xml')
-rw-r--r--res/layout/wallpaper_picker_gallery_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/wallpaper_picker_gallery_item.xml b/res/layout/wallpaper_picker_gallery_item.xml
index 976d3faae..d14ab3e5f 100644
--- a/res/layout/wallpaper_picker_gallery_item.xml
+++ b/res/layout/wallpaper_picker_gallery_item.xml
@@ -26,7 +26,7 @@
android:id="@+id/wallpaper_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="#66000000"
+ android:background="@color/wallpaper_picker_translucent_gray"
android:scaleType="centerCrop" />
<TextView
android:id="@+id/wallpaper_item_label"
@@ -36,5 +36,5 @@
android:text="@string/pick_image"
android:drawableTop="@drawable/ic_images"
android:drawablePadding="4dp"
- android:textColor="#FFFFFFFF"/>
+ android:textColor="@android:color/white"/>
</com.android.launcher3.CheckableFrameLayout>