mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 12:37:03 +05:30
app: remove unused resources
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c21a2bf13a
commit
baddf7e763
4 changed files with 2 additions and 55 deletions
|
@ -11,11 +11,11 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@drawable/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Lobsters">
|
||||
android:theme="@style/Theme.MaterialComponents">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Lobsters.NoActionBar">
|
||||
android:theme="@style/Theme.MaterialComponents.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue