diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 83db27a..39a55c5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,9 +17,9 @@ android:allowBackup="true" android:configChanges="orientation|screenSize|keyboardHidden" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" - android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/ThemeFullscreen"> @@ -43,11 +43,6 @@ android:configChanges="orientation|screenSize|keyboardHidden" android:screenOrientation="userLandscape" /> -