Changed Main Theme to fix Statusbar icon color matching Statusbar color

This commit is contained in:
Mohit 2021-06-08 21:20:38 +05:30
parent 6b85649407
commit 1ac1991cf5

View File

@ -16,8 +16,8 @@
android:icon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:allowBackup="false"
android:theme="@style/Theme.Main.Light"
tools:ignore="GoogleAppIndexingWarning">
android:theme="@style/MainTheme"
tools:ignore="GoogleAppIndexingWarning">
<receiver
android:name="com.looker.droidify.MainApplication$BootReceiver">