fix: bottom sheet alignment

This commit is contained in:
rebelonion 2024-02-06 21:23:29 -06:00
parent 57581d6f54
commit c4630f9243
2 changed files with 16 additions and 5 deletions

View file

@ -52,9 +52,9 @@
android:icon="${icon_placeholder}"
android:label="@string/app_name"
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:requestLegacyExternalStorage="false"
android:roundIcon="${icon_placeholder_round}"
android:supportsRtl="true"
android:supportsRtl="false"
android:theme="@style/Theme.Dantotsu"
android:usesCleartextTraffic="true"
tools:ignore="AllowBackup">