summaryrefslogtreecommitdiff
path: root/src/ui/android/res/values/styles.xml
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
commit735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d (patch)
tree707e0f575302284d17345f61899569ab16711ff2 /src/ui/android/res/values/styles.xml
parent422248f11fdb1aa76af72bee67d30ea8d63fa892 (diff)
Remove `src/ui` folder, moved to:
https://github.com/GrammaticalFramework/gf-offline-translator
Diffstat (limited to 'src/ui/android/res/values/styles.xml')
-rw-r--r--src/ui/android/res/values/styles.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/ui/android/res/values/styles.xml b/src/ui/android/res/values/styles.xml
deleted file mode 100644
index c839d30a9..000000000
--- a/src/ui/android/res/values/styles.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<resources>
-
- <!--
- Base application theme, dependent on API level. This theme is replaced
- by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
- -->
- <style name="AppBaseTheme" parent="android:Theme.Light">
- <!--
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
- -->
- </style>
-
- <!-- Application theme. -->
- <style name="AppTheme" parent="AppBaseTheme">
- <!-- All customizations that are NOT specific to a particular API-level can go here. -->
- <item name="parseTreeViewStyle">@style/ParseTreeViewStyle</item>
- </style>
-
- <style name="ParseTreeViewStyle">
- <item name="android:scrollbars">horizontal</item>
- </style>
-</resources>