summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-11-30 09:20:26 +0100
committerMichael Bestas <mikeioannina@gmail.com>2016-12-23 00:35:22 -0800
commitf29da1211f7814a59b1ef648274478125ce23c8d (patch)
tree7f5b001fb78d01b1e8d0f57997fd905eab092450 /res/values-land
parente600930eb8be682be31e0ae3d2f667b2369bee68 (diff)
downloadandroid_packages_apps_Snap-f29da1211f7814a59b1ef648274478125ce23c8d.tar.gz
android_packages_apps_Snap-f29da1211f7814a59b1ef648274478125ce23c8d.tar.bz2
android_packages_apps_Snap-f29da1211f7814a59b1ef648274478125ce23c8d.zip
Modernize look of review controls.
Change-Id: I79f74502364a523a7c9c9f8ae3c63c3fcfebac3d
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 7195ac821..305d1fc73 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -29,7 +29,8 @@
<item name="android:layout_centerHorizontal">true</item>
<item name="android:clickable">true</item>
<item name="android:focusable">true</item>
- <item name="android:background">@drawable/bg_pressed</item>
+ <item name="android:scaleType">center</item>
+ <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
</style>
<style name="SettingPopupWindow">
<item name="android:layout_width">wrap_content</item>