summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-05-19 14:47:09 -0700
committerSascha Haeberling <haeberling@google.com>2014-05-19 14:52:05 -0700
commite811b29f6707a6ea8f066e6f5b9cb0fc99d2dcd6 (patch)
tree19c12317f93b6d5888e8b35041b81f06410d2e8f /res/layout-land
parent4561c7c13a31a134ef9f713a4c56dfb634bee034 (diff)
downloadandroid_packages_apps_Camera2-e811b29f6707a6ea8f066e6f5b9cb0fc99d2dcd6.tar.gz
android_packages_apps_Camera2-e811b29f6707a6ea8f066e6f5b9cb0fc99d2dcd6.tar.bz2
android_packages_apps_Camera2-e811b29f6707a6ea8f066e6f5b9cb0fc99d2dcd6.zip
Change the texts in the aspect ratio selector screen.
Bug: 15024081 As per request from Jake, we don't show the megapixel count anymore but instead show whether the result is cropped or full sensor. As we limit this screen to N4 and N5, the texts can be static to cropped 16:9 and full-sensor 4:3. Change-Id: I309d52c050ddbce5fe3c85db417adf79129cd141
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/aspect_ratio_selector.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-land/aspect_ratio_selector.xml b/res/layout-land/aspect_ratio_selector.xml
index c834d5c90..1f7f15423 100644
--- a/res/layout-land/aspect_ratio_selector.xml
+++ b/res/layout-land/aspect_ratio_selector.xml
@@ -45,10 +45,12 @@
android:layout_marginRight="28dp"
android:orientation="horizontal">
+ <!-- NOTE: These texts only make sense on a 4:3 sensor device. -->
<TextView
android:id="@+id/text_4x3"
android:layout_width="0dp"
android:layout_height="match_parent"
+ android:text="@string/full_sensor_4x3_aspect_ratio"
android:textSize="16sp"
android:textColor="@color/dialog_text_color"
android:gravity="center"
@@ -57,6 +59,7 @@
android:id="@+id/text_16x9"
android:layout_width="0dp"
android:layout_height="match_parent"
+ android:text="@string/cropped_sensor_16x9_aspect_ratio"
android:textSize="16sp"
android:textColor="@color/dialog_text_color"
android:gravity="center"