spiced up the theme a bit (still needs work though), started to work on offline stuff, also fixed some bugs and done some polishing

This commit is contained in:
Odweta
2024-02-02 15:54:31 +01:00
parent 8654ca5ac4
commit 1a63e86bdc
57 changed files with 1008 additions and 607 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<application
android:allowBackup="true"
@@ -19,7 +20,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Solen.NoActionBar">
android:theme="@style/Theme.Solen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />