diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c0ac4df389b46da71f95235c9e7bfd5a2b5bc796..2e56b42b14824dd33a08722243e5a074e96270e4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ <application android:icon="@drawable/ic_launcher_itoopie" android:label="@string/app_name" - android:theme="@style/I2PAndroid"> + android:theme="@style/Theme.I2P"> <service android:name=".service.RouterService" android:icon="@drawable/ic_launcher_itoopie" diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml deleted file mode 100644 index 966ae89c9cad1f2d0edb6b0a3ea0ac60952415cd..0000000000000000000000000000000000000000 --- a/app/src/main/res/values-v21/styles.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="I2PAndroid" parent="android:Theme.Material" /> -</resources> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9fca0af149a8f3e9e66850ad93ba6ec0721adefe..6b29765a45872b511ea1abd34acc6b9186fbd53a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,5 +1,5 @@ <resources> - <style name="I2PAndroid" parent="Theme.AppCompat" /> + <style name="Theme.I2P" parent="Theme.AppCompat" /> <style name="WizardPageContainer"> <item name="android:layout_width">match_parent</item>