Simplify resources
This commit is contained in:
parent
4ca76ac593
commit
df922376ee
3 changed files with 3 additions and 20 deletions
|
@ -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" />
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<resources>
|
||||
|
||||
<string name = "app_name" >Zanbur</string>
|
||||
<string name = "title_activity_main" >Zanbur</string>
|
||||
|
||||
</resources>
|
|
@ -1,8 +0,0 @@
|
|||
<resources>
|
||||
|
||||
<style
|
||||
name = "Theme.Zanbur"
|
||||
parent = "Theme.Material3.DayNight" >
|
||||
</style>
|
||||
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue