summaryrefslogtreecommitdiffstats
path: root/res/layout/wallpaper_picker_gallery_item.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-09-20 00:40:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-20 00:40:02 +0000
commitc8c9045712e393e62a90341b130f757a6d2b645a (patch)
treef54b8f58bd925ca33eb5141ad647697d456b4ca5 /res/layout/wallpaper_picker_gallery_item.xml
parent0beb88522a90c75112e3248040ba9e62b74e8053 (diff)
parent998e4ff3dca60d65e94fa2ec4a35cb258124318b (diff)
downloadandroid_packages_apps_Trebuchet-c8c9045712e393e62a90341b130f757a6d2b645a.tar.gz
android_packages_apps_Trebuchet-c8c9045712e393e62a90341b130f757a6d2b645a.tar.bz2
android_packages_apps_Trebuchet-c8c9045712e393e62a90341b130f757a6d2b645a.zip
Merge "Add live wallpapers and third-party pickers to bottom strip" into jb-ub-now-indigo-rose
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>