diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 | ||||
-rw-r--r-- | res/values/styles.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 90e87c1..c679013 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -277,6 +277,9 @@ <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] --> <string name="pano_dialog_title">Panorama</string> + <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] --> + <string name="pano_capture_indication">Capturing Panorama</string> + <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] --> <string name="tap_to_focus">Tap to focus</string> diff --git a/res/values/styles.xml b/res/values/styles.xml index 78e7ba6..bd46fc3 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -148,7 +148,7 @@ <item name="android:textSize">16dp</item> <item name="android:background">@drawable/bg_text_on_preview</item> </style> - <style name="PanoViewHorizontalGrayBar"> + <style name="PanoViewHorizontalBar"> <item name="android:background">#000000</item> <item name="android:alpha">1.0</item> <item name="android:layout_width">match_parent</item> |