mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07:04 +05:30
android: use Platform material theme
This commit is contained in:
parent
bbc9dc4638
commit
8e243359ab
5 changed files with 26 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue