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" />
|
<uses-permission android:name = "android.permission.INTERNET" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
|
android:label = "Zanbur"
|
||||||
android:icon = "@mipmap/ic_launcher"
|
android:icon = "@mipmap/ic_launcher"
|
||||||
android:label = "@string/app_name"
|
|
||||||
android:roundIcon = "@mipmap/ic_launcher_round"
|
android:roundIcon = "@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl = "true"
|
android:supportsRtl = "true" >
|
||||||
android:theme = "@style/Theme.Zanbur" >
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name = ".MainActivity"
|
android:name = ".MainActivity"
|
||||||
android:exported = "true"
|
android:exported = "true" >
|
||||||
android:label = "@string/title_activity_main"
|
|
||||||
android:theme = "@style/Theme.Zanbur" >
|
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name = "android.intent.action.MAIN" />
|
<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
Add a link
Reference in a new issue