We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289be21 commit a4fb342Copy full SHA for a4fb342
android/app/src/main/AndroidManifest.xml
@@ -22,7 +22,7 @@
22
android:label="@string/title_activity_main"
23
android:launchMode="singleTask"
24
android:exported="true"
25
- android:theme="@android:style/Theme.DeviceDefault">
+ android:theme="@style/AppTheme.NoActionBar">
26
<intent-filter>
27
<action android:name="android.intent.action.MAIN" />
28
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments