fix: bottom sheet alignment
This commit is contained in:
parent
57581d6f54
commit
c4630f9243
2 changed files with 16 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue