summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-09-30 17:47:44 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-13 16:33:07 -0700
commit0dbfdffc9994a17e60c57b17c3cc5743cc75e155 (patch)
tree211f7564226f8e7a52b2c9344eac5b24812ba779 /res/values/styles.xml
parent392d833321dd0d05aeb80bd33240394ea9ea5591 (diff)
downloadandroid_packages_apps_Snap-0dbfdffc9994a17e60c57b17c3cc5743cc75e155.tar.gz
android_packages_apps_Snap-0dbfdffc9994a17e60c57b17c3cc5743cc75e155.tar.bz2
android_packages_apps_Snap-0dbfdffc9994a17e60c57b17c3cc5743cc75e155.zip
SnapdragonCamera: Add help menu to camera2
Add help menu to camera2 CRs-Fixed: 1066519 Change-Id: Id15f5ffe8d52ac5a2eabab20791fce65e97bcf43
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 765210fe2..082c5ed8a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -267,9 +267,8 @@
<item name="android:scaleType">center</item>
</style>
<style name="OneUIMenuButton">
- <item name="android:layout_width">45dp</item>
- <item name="android:layout_height">45dp</item>
- <item name="android:padding">10dp</item>
+ <item name="android:layout_width">25dp</item>
+ <item name="android:layout_height">25dp</item>
<item name="android:scaleType">fitCenter</item>
</style>
<style name="MenuIndicator">