Simplify resources

This commit is contained in:
Reinout Meliesie 2024-11-22 22:30:02 +01:00
parent 4ca76ac593
commit df922376ee
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 3 additions and 20 deletions

View file

@ -4,17 +4,14 @@
<uses-permission android:name = "android.permission.INTERNET" />
<application
android:label = "Zanbur"
android:icon = "@mipmap/ic_launcher"
android:label = "@string/app_name"
android:roundIcon = "@mipmap/ic_launcher_round"
android:supportsRtl = "true"
android:theme = "@style/Theme.Zanbur" >
android:supportsRtl = "true" >
<activity
android:name = ".MainActivity"
android:exported = "true"
android:label = "@string/title_activity_main"
android:theme = "@style/Theme.Zanbur" >
android:exported = "true" >
<intent-filter>
<action android:name = "android.intent.action.MAIN" />

View file

@ -1,6 +0,0 @@
<resources>
<string name = "app_name" >Zanbur</string>
<string name = "title_activity_main" >Zanbur</string>
</resources>

View file

@ -1,8 +0,0 @@
<resources>
<style
name = "Theme.Zanbur"
parent = "Theme.Material3.DayNight" >
</style>
</resources>