diff app/src/main/res/values/strings.xml @ 15:20da616dcda0

Add preferences.
author David Barts <n5jrn@me.com>
date Thu, 18 Feb 2021 22:12:19 -0800
parents 06825e49f7aa
children 3ed74dc0e34a
line wrap: on
line diff
--- a/app/src/main/res/values/strings.xml	Thu Feb 18 15:19:07 2021 -0800
+++ b/app/src/main/res/values/strings.xml	Thu Feb 18 22:12:19 2021 -0800
@@ -17,6 +17,12 @@
     <string name="r_90_ccw">90˚ CCW</string>
     <string name="r_90_cw">90˚ CW</string>
     <string name="rotate_text">Rotate</string>
-    <string name="scale_text">Scale</string>
+    <string name="scale_text">Resize</string>
     <string name="selecting_message">Selecting image…</string>
+    <string name="title_activity_settings">Settings</string>
+
+    <!-- Preference Titles -->
+    <string name="scale_type_title">Scale Type</string>
+    <string name="jpeg_quality_title">JPEG Output Quality</string>
+    <string name="settings_title">Settings</string>
 </resources>
\ No newline at end of file