android: use Platform material theme

This commit is contained in:
Harsh Shandilya 2021-09-23 20:02:56 +05:30
parent bbc9dc4638
commit 8e243359ab
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 26 additions and 4 deletions

View file

@ -6,12 +6,11 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="Claw"
android:allowBackup="false"
android:supportsRtl="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:name=".ClawApplication"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
android:theme="@style/Theme.Claw"
>
<activity android:name=".MainActivity" android:exported="true">
<intent-filter>