summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-10-01 16:42:47 -0700
committerSascha Haeberling <haeberling@google.com>2013-10-01 16:43:59 -0700
commitf6da258372d5a500351fd4ee621e454ec410aaf2 (patch)
treec7df418b9a7257f87a1799e04c19ba79d55f86eb /res
parent7fc104e4e75ac881269fd4a093513da01565e5d6 (diff)
downloadandroid_packages_apps_Snap-f6da258372d5a500351fd4ee621e454ec410aaf2.tar.gz
android_packages_apps_Snap-f6da258372d5a500351fd4ee621e454ec410aaf2.tar.bz2
android_packages_apps_Snap-f6da258372d5a500351fd4ee621e454ec410aaf2.zip
Add content description to post-capture thumbnail.
Bug: 10916138 Change-Id: I6fc5316cf622da8ba7bfcff5c6b43104d50c6652
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/camera_controls.xml3
-rw-r--r--res/layout-port/camera_controls.xml3
-rw-r--r--res/values/strings.xml3
3 files changed, 7 insertions, 2 deletions
diff --git a/res/layout-land/camera_controls.xml b/res/layout-land/camera_controls.xml
index 14953320e..cf27af192 100644
--- a/res/layout-land/camera_controls.xml
+++ b/res/layout-land/camera_controls.xml
@@ -65,6 +65,7 @@
android:layout_width="@dimen/capture_size"
android:layout_height="@dimen/capture_size"
android:scaleType="centerInside"
- android:layout_gravity="top|right" />
+ android:layout_gravity="top|right"
+ android:contentDescription="@string/switch_photo_filmstrip" />
</com.android.camera.ui.CameraControls>
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index 03e896bc0..a98ddff25 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -65,6 +65,7 @@
android:layout_width="@dimen/capture_size"
android:layout_height="@dimen/capture_size"
android:scaleType="centerInside"
- android:layout_gravity="top|right" />
+ android:layout_gravity="top|right"
+ android:contentDescription="@string/switch_photo_filmstrip" />
</com.android.camera.ui.CameraControls>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d8684850..7a71a8e77 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -657,4 +657,7 @@ CHAR LIMIT = NONE] -->
<!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
<string name="crop_save">Save</string>
+ <!-- Label for album filmstrip button -->
+ <string name="switch_photo_filmstrip">Filmstrip view</string>
+
</resources>