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
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 082c5ed..8432c11 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>