summaryrefslogtreecommitdiffstats
path: root/res/values-en-rGB/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-en-rGB/arrays.xml')
-rw-r--r--res/values-en-rGB/arrays.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/res/values-en-rGB/arrays.xml b/res/values-en-rGB/arrays.xml
index b97940f..a335ff1 100644
--- a/res/values-en-rGB/arrays.xml
+++ b/res/values-en-rGB/arrays.xml
@@ -15,4 +15,26 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources></resources>
+<resources>
+ <string-array name="screen_orientation_labels">
+ <item>Automatic</item>
+ <item>Landscape</item>
+ <item>Portrait</item>
+ </string-array>
+ <string-array name="font_size_labels">
+ <item>10 pt</item>
+ <item>12 pt</item>
+ <item>14 pt</item>
+ <item>16 pt</item>
+ <item>20 pt</item>
+ <item>24 pt</item>
+ </string-array>
+ <string-array name="text_colors_labels">
+ <item>Black text on white</item>
+ <item>White text on black</item>
+ <item>Green text on black</item>
+ <item>Amber text on black</item>
+ <item>Red text on black</item>
+ <item>Blue text on black</item>
+ </string-array>
+</resources>