app: remove unused resources

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-27 14:29:04 +05:30
parent c21a2bf13a
commit baddf7e763
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 2 additions and 55 deletions

View file

@ -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" />