comparison app/src/main/res/values/strings.xml @ 21:7e7e71724770

No longer breaks when phone rotated.
author David Barts <n5jrn@me.com>
date Mon, 22 Feb 2021 17:49:27 -0800
parents 3ed74dc0e34a
children 70f1d11d53ad
comparison
equal deleted inserted replaced
20:21be543e9127 21:7e7e71724770
9 <string name="error_create_mediastore">Failed to create new MediaStore record.</string> 9 <string name="error_create_mediastore">Failed to create new MediaStore record.</string>
10 <string name="error_get_output">Failed to get output stream.</string> 10 <string name="error_get_output">Failed to get output stream.</string>
11 <string name="error_io">I/O error.</string> 11 <string name="error_io">I/O error.</string>
12 <string name="error_no_uri">No URI supplied, and no remembered image!</string> 12 <string name="error_no_uri">No URI supplied, and no remembered image!</string>
13 <string name="error_save_bitmap">Failed to save bitmap.</string> 13 <string name="error_save_bitmap">Failed to save bitmap.</string>
14 <string name="image_size_text">Width: %d, Height: %d.</string> 14 <string name="image_size_text">%d ✕ %d</string>
15 <string name="ok_text">OK</string> 15 <string name="ok_text">OK</string>
16 <string name="r_180">180˚</string> 16 <string name="r_180">180˚</string>
17 <string name="r_90_ccw">90˚ CCW</string> 17 <string name="r_90_ccw">90˚ CCW</string>
18 <string name="r_90_cw">90˚ CW</string> 18 <string name="r_90_cw">90˚ CW</string>
19 <string name="rotate_text">Rotate</string> 19 <string name="rotate_text">Rotate</string>