summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-08-09 08:21:16 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:44 +0100
commit39a90a01522ec36e8534870df181e20c431b2705 (patch)
tree044a43ab2b552a641cbe8e95a44b72f31165cabf /res/values/styles.xml
parentbf3d81e8f465bdfad101f8c21505518b50f72410 (diff)
downloadandroid_packages_apps_Snap-39a90a01522ec36e8534870df181e20c431b2705.tar.gz
android_packages_apps_Snap-39a90a01522ec36e8534870df181e20c431b2705.tar.bz2
android_packages_apps_Snap-39a90a01522ec36e8534870df181e20c431b2705.zip
Snap: Remove "help screen on first start" feature
Revert "SnapdragonCamera: Add help menu to camera2" This reverts commit 0dbfdffc9994a17e60c57b17c3cc5743cc75e155. Change-Id: Icb4e4bbc2b7883fa232483615a18d3197b2577bd Revert "SnapdragonCamera: Move help menu string to ressource" This reverts commit 901130273dbfc753ef883941a4e93b50056177e4. Change-Id: I82815ee7ef80985c88315c40d6b222f688fd6b75 Revert "SnapdragonCamera: Adding help screen on first start" This reverts commit 666692bf730a1c46210cc74781a56afb4b6fcf28. Change-Id: I8f2ee58c263537c3a02248aa344516f5321de13f
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1ec7a99c5..4b93f33de 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -270,8 +270,9 @@
<item name="android:scaleType">center</item>
</style>
<style name="OneUIMenuButton">
- <item name="android:layout_width">25dp</item>
- <item name="android:layout_height">25dp</item>
+ <item name="android:layout_width">45dp</item>
+ <item name="android:layout_height">45dp</item>
+ <item name="android:padding">10dp</item>
<item name="android:scaleType">fitCenter</item>
</style>
<style name="MenuIndicator">