summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2019-10-15 21:18:59 +1300
committerMike Beattie <mike@ethernal.org>2019-10-15 21:21:01 +1300
commit1235e27b36938c9c7380fb206b07b7a578aef47d (patch)
treeb1372e90d192f3d515b2f3559d5e5454bfdff4cf
parent41b47127125e02deeb477937f145f245c044903a (diff)
altosdroid: Remove CustomTheme which is no longer required.android-build-update
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r--altosdroid/app/src/main/AndroidManifest.xml.in2
-rw-r--r--altosdroid/app/src/main/res/values/CustomTheme.xml6
2 files changed, 1 insertions, 7 deletions
diff --git a/altosdroid/app/src/main/AndroidManifest.xml.in b/altosdroid/app/src/main/AndroidManifest.xml.in
index 69b5463b..8bf57c86 100644
--- a/altosdroid/app/src/main/AndroidManifest.xml.in
+++ b/altosdroid/app/src/main/AndroidManifest.xml.in
@@ -46,7 +46,7 @@
<application android:label="@string/app_name"
android:icon="@drawable/app_icon"
android:allowBackup="true"
- android:theme="@style/CustomTheme">
+ android:theme="@android:style/Theme.Material">
<activity android:name="org.altusmetrum.AltosDroid.AltosDroid"
android:label="@string/app_name"
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>