diff options
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/font.xml')
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/font.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/font.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/font.xml new file mode 100644 index 0000000..554cc96 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/font.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8" ?> + +<resources> + <string-array name="font"> + <item> 500px</item> + <item> address-book</item> + <item> address-book-o</item> + <item> address-card</item> + <item> address-card-o</item> + <item> adjust</item> + <item> adn</item> + </string-array> +</resources> |