Initial Moshidon "release"

This commit is contained in:
LucasGGamerM
2022-12-06 19:17:07 -03:00
parent f384d44f8f
commit 8c1f76d7fa
8 changed files with 22 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
android:localeConfig="@xml/locales_config"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:theme="@style/Theme.Mastodon.AutoLightDark.Original"
android:largeHeap="true">
<activity android:name=".MainActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize" android:launchMode="singleTask">