summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/res/values/styles.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-07-20 15:37:27 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-07-20 15:37:27 -0700
commit13ef17a37e683b8ad5800e9f542b411180fbec2f (patch)
tree96beaf07307486f6491f022da63ebe381765d1a8 /WallpaperPicker/res/values/styles.xml
parente5ec4ac409eb3d3169bb9350dfda51ae7e08291e (diff)
parente3fe3f89ee956e8d7995c569948cb70765ec19b8 (diff)
downloadandroid_packages_apps_Trebuchet-13ef17a37e683b8ad5800e9f542b411180fbec2f.tar.gz
android_packages_apps_Trebuchet-13ef17a37e683b8ad5800e9f542b411180fbec2f.tar.bz2
android_packages_apps_Trebuchet-13ef17a37e683b8ad5800e9f542b411180fbec2f.zip
merged ub-launcher3-burnaby, and resolved conflicts
Note1: Verified that following succeeds. $ make -j 32 dist checkbuild Note2: Verified that the git history of burnaby is (998 commit) is pulled into mnc-dev packages/apps/Launcher3 git project using gitk. b/22609402 Change-Id: If20ed77328a71d05a590a7ee2e84d5472d0248ae
Diffstat (limited to 'WallpaperPicker/res/values/styles.xml')
-rw-r--r--WallpaperPicker/res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/WallpaperPicker/res/values/styles.xml b/WallpaperPicker/res/values/styles.xml
index f4008f159..74aeab903 100644
--- a/WallpaperPicker/res/values/styles.xml
+++ b/WallpaperPicker/res/values/styles.xml
@@ -17,7 +17,7 @@
*/
-->
-<resources>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="Theme.WallpaperCropper" parent="@android:style/Theme.DeviceDefault">
<item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item>
<item name="android:windowFullscreen">true</item>
@@ -40,5 +40,6 @@
<style name="ActionBarSetWallpaperStyle" parent="@android:style/Widget.DeviceDefault.ActionButton">
<item name="android:textColor">#ffffffff</item>
+ <item name="android:background">?android:attr/selectableItemBackground</item>
</style>
</resources>