annotate app/src/main/res/values/arrays.xml @ 40:cfb19d4ccf78
About screen (but it has broken Edit screen).
author |
David Barts <n5jrn@me.com> |
date |
Mon, 05 Apr 2021 09:08:31 -0700 |
parents |
20da616dcda0 |
children |
|
rev |
line source |
15
|
1 <resources>
|
|
2 <!-- Scale Type Preference -->
|
|
3 <string-array name="scale_type_titles">
|
|
4 <item>Optimize for Quality</item>
|
|
5 <item>Optimize for Speed</item>
|
|
6 </string-array>
|
|
7 <string-array name="scale_types">
|
|
8 <item>quality</item>
|
|
9 <item>speed</item>
|
|
10 </string-array>
|
|
11 </resources> |