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