Fix app not installed bug. Delete obsolete files. Add compose preview.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-07 08:51:31 +01:00
parent b7a821b9f6
commit b73ddbf4cc
10 changed files with 46 additions and 267 deletions

View File

@@ -14,8 +14,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="false"
android:label="@string/title_activity_main"
android:exported="true"
android:theme="@style/AppTheme"
android:windowSoftInputMode="adjustPan">
<meta-data