diff options
author | Mike Beattie <mike@ethernal.org> | 2019-10-15 21:18:59 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2019-10-15 21:21:01 +1300 |
commit | 1235e27b36938c9c7380fb206b07b7a578aef47d (patch) | |
tree | b1372e90d192f3d515b2f3559d5e5454bfdff4cf /altosdroid/app/src/main/res/values/CustomTheme.xml | |
parent | 41b47127125e02deeb477937f145f245c044903a (diff) |
altosdroid: Remove CustomTheme which is no longer required.android-build-update
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/app/src/main/res/values/CustomTheme.xml')
-rw-r--r-- | altosdroid/app/src/main/res/values/CustomTheme.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/altosdroid/app/src/main/res/values/CustomTheme.xml b/altosdroid/app/src/main/res/values/CustomTheme.xml deleted file mode 100644 index b3be4193..00000000 --- a/altosdroid/app/src/main/res/values/CustomTheme.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<resources> - <style name="CustomTheme" parent="android:Theme.Material"> - </style> -</resources> |