summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2016-12-02 19:56:28 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-05 19:04:51 -0800
commitb39e01c54b0d46b8a005e48e88537bc875b4977b (patch)
tree57cdbafc165c847e6cb8826c3e591d18230c1290 /res/values/styles.xml
parent1faccedafea1dfd535261d5935e457ba353296ef (diff)
downloadandroid_packages_apps_Snap-b39e01c54b0d46b8a005e48e88537bc875b4977b.tar.gz
android_packages_apps_Snap-b39e01c54b0d46b8a005e48e88537bc875b4977b.tar.bz2
android_packages_apps_Snap-b39e01c54b0d46b8a005e48e88537bc875b4977b.zip
SnapdragonCamera: Show label and dialog when switch to new scene mode
Show label and instructional dialog when switch to new scene mode Change-Id: I75becaa9bb898ca9ef68c94b1195069131745f14 CRs-Fixed: 1091210
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 082c5ed8a..8432c11e9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -316,4 +316,18 @@
<style name="PanoViewHorizontalBar">
<item name="android:background">@android:color/transparent</item>
</style>
+
+ <style name="OnViewfinderSceneLabel">
+ <item name="android:gravity">center</item>
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginLeft">10dp</item>
+ <item name="android:layout_marginRight">10dp</item>
+ <item name="android:layout_marginTop">5dp</item>
+ <item name="android:layout_marginBottom">5dp</item>
+ <item name="android:singleLine">true</item>
+ <item name="android:textColor">@android:color/white</item>
+ <item name="android:textSize">16dp</item>
+ <item name="android:background">@android:color/transparent</item>
+ </style>
</resources>