diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 72f432c..6c784c3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,11 +2,10 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.javispedro.rempe"> - <!--android:roundIcon="@mipmap/ic_launcher_round" --> - <application android:allowBackup="true" android:icon="@drawable/ic_icon" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/Theme.Rempe"> diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index e59570a..6cac0fa 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -21,5 +21,5 @@ <style name="Theme.Rempe.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> - <style name="Theme.Rempe.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> + <style name="Theme.Rempe.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" /> </resources>
\ No newline at end of file |