HUGE ui rewrite waow. very nice

This commit is contained in:
ari melody 2024-09-13 03:09:53 +01:00
parent f5e50cf481
commit dc64cb65b1
Signed by: ari
GPG key ID: CF99829C92678188
31 changed files with 627 additions and 119 deletions

View file

@ -11,7 +11,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AriDroid">
android:theme="@style/AriDroid.Base">
<activity
android:name=".MainActivity"
android:exported="true">
@ -21,6 +21,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts" />
</application>
</manifest>