summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-en-rGB/cm_arrays.xml
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:22:30 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:22:30 +0200
commita0ce80942766948d4cd1036b97e2ee721ed8ecce (patch)
tree5d596eea5771aa9f494d2b1fcf6b3b44da2d401c /packages/SystemUI/res/values-en-rGB/cm_arrays.xml
parenta3f7b1e4871de0b508bbefb0236d258d47a38f15 (diff)
parent0e4f9e2f03e376f0816c1e653bf97fe1d0176794 (diff)
downloadframeworks_base-replicant-6.0.zip
frameworks_base-replicant-6.0.tar.gz
frameworks_base-replicant-6.0.tar.bz2
Merge branch 'cm-13.0' of https://github.com/LineageOS/android_frameworks_base into replicant-6.0HEADreplicant-6.0-0001replicant-6.0
Diffstat (limited to 'packages/SystemUI/res/values-en-rGB/cm_arrays.xml')
-rw-r--r--packages/SystemUI/res/values-en-rGB/cm_arrays.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-en-rGB/cm_arrays.xml b/packages/SystemUI/res/values-en-rGB/cm_arrays.xml
index 44e4c6a..3110756 100644
--- a/packages/SystemUI/res/values-en-rGB/cm_arrays.xml
+++ b/packages/SystemUI/res/values-en-rGB/cm_arrays.xml
@@ -17,6 +17,24 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Cardinal directions for the compass tile -->
+ <string-array name="cardinal_directions">
+ <item>N</item>
+ <!-- North -->
+ <item>NE</item>
+ <!-- North east -->
+ <item>E</item>
+ <!-- East -->
+ <item>SE</item>
+ <!-- South east -->
+ <item>S</item>
+ <!-- South -->
+ <item>SW</item>
+ <!-- South west -->
+ <item>W</item>
+ <!-- West -->
+ <item>NW</item>
+ <!-- North west -->
+ </string-array>
<!-- Performance profiles description-->
<!-- Performance profiles announcement-->
<!-- Dynamic tiles -->