We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dde425 commit 9be02adCopy full SHA for 9be02ad
app/src/main/AndroidManifest.xml
@@ -36,6 +36,7 @@
36
android:name=".MainActivity"
37
android:exported="true"
38
android:label="@string/app_name"
39
+ android:theme="@style/Theme.Emptything"
40
android:launchMode="singleTop">
41
<intent-filter>
42
<action android:name="android.intent.action.MAIN" />
app/src/main/res/values/themes.xml
@@ -15,5 +15,8 @@
15
-->
16
<resources>
17
18
- <style name="Theme.Emptything" parent="Theme.Material3.DayNight.NoActionBar" />
+ <style name="Theme.Emptything" parent="android:Theme.Material.Light">
19
+ <item name="android:windowNoTitle">true</item>
20
+ <item name="android:windowActionBar">false</item>
21
+ </style>
22
</resources>
0 commit comments