From c4630f9243d25e0529c7e56e6e21200d58012664 Mon Sep 17 00:00:00 2001
From: rebelonion <87634197+rebelonion@users.noreply.github.com>
Date: Tue, 6 Feb 2024 21:23:29 -0600
Subject: [PATCH] fix: bottom sheet alignment
---
app/src/main/AndroidManifest.xml | 4 ++--
.../main/res/layout/bottom_sheet_settings.xml | 17 ++++++++++++++---
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 57e6b8c2..1546a8d6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -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">
diff --git a/app/src/main/res/layout/bottom_sheet_settings.xml b/app/src/main/res/layout/bottom_sheet_settings.xml
index f1fe5015..c029ee09 100644
--- a/app/src/main/res/layout/bottom_sheet_settings.xml
+++ b/app/src/main/res/layout/bottom_sheet_settings.xml
@@ -4,6 +4,10 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
+
+
+
+
+
\ No newline at end of file