diff --git a/app/src/main/res/layout/activity_settings_about.xml b/app/src/main/res/layout/activity_settings_about.xml
index ee28a7e1..c2811c0c 100644
--- a/app/src/main/res/layout/activity_settings_about.xml
+++ b/app/src/main/res/layout/activity_settings_about.xml
@@ -1,194 +1,202 @@
-
-
-
-
-
-
-
-
-
-
+ tools:context=".settings.SettingsAboutActivity">
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+ android:id="@+id/settingsAboutTitle"
+ android:layout_width="match_parent"
+ android:layout_height="64dp"
+ android:layout_marginTop="16dp"
+ android:fontFamily="@font/poppins"
+ android:gravity="center"
+ android:paddingEnd="28dp"
+ android:text="@string/about"
+ android:textSize="20sp"
+ android:textStyle="bold"
+ app:drawableStartCompat="@drawable/ic_round_arrow_back_ios_new_24"
+ app:drawableTint="?attr/colorOnBackground"
+ tools:ignore="RtlSymmetry" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_accounts.xml b/app/src/main/res/layout/activity_settings_accounts.xml
index 31aa1a63..f0f29782 100644
--- a/app/src/main/res/layout/activity_settings_accounts.xml
+++ b/app/src/main/res/layout/activity_settings_accounts.xml
@@ -1,27 +1,33 @@
-
-
+
+
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+
+
+ android:padding="16dp"
+ android:src="@drawable/discord_status_idle" />
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_anime.xml b/app/src/main/res/layout/activity_settings_anime.xml
index 7b1c59e4..667e8bc6 100644
--- a/app/src/main/res/layout/activity_settings_anime.xml
+++ b/app/src/main/res/layout/activity_settings_anime.xml
@@ -1,7 +1,12 @@
-
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_common.xml b/app/src/main/res/layout/activity_settings_common.xml
index f03e52bd..c9be5ba2 100644
--- a/app/src/main/res/layout/activity_settings_common.xml
+++ b/app/src/main/res/layout/activity_settings_common.xml
@@ -1,28 +1,33 @@
-
+ tools:context=".settings.SettingsCommonActivity">
-
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_extensions.xml b/app/src/main/res/layout/activity_settings_extensions.xml
index 465f5d24..6cbb8d80 100644
--- a/app/src/main/res/layout/activity_settings_extensions.xml
+++ b/app/src/main/res/layout/activity_settings_extensions.xml
@@ -1,28 +1,33 @@
-
+ tools:context=".settings.SettingsExtensionsActivity">
-
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+
+
-
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_manga.xml b/app/src/main/res/layout/activity_settings_manga.xml
index 353850fd..61b9d0c5 100644
--- a/app/src/main/res/layout/activity_settings_manga.xml
+++ b/app/src/main/res/layout/activity_settings_manga.xml
@@ -1,28 +1,33 @@
-
+ tools:context=".settings.SettingsMangaActivity">
-
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_notifications.xml b/app/src/main/res/layout/activity_settings_notifications.xml
index 4e682013..86d75683 100644
--- a/app/src/main/res/layout/activity_settings_notifications.xml
+++ b/app/src/main/res/layout/activity_settings_notifications.xml
@@ -1,28 +1,34 @@
-
+ tools:context=".settings.SettingsNotificationActivity">
-
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_settings_theme.xml b/app/src/main/res/layout/activity_settings_theme.xml
index e9d4ab20..4cb2dea0 100644
--- a/app/src/main/res/layout/activity_settings_theme.xml
+++ b/app/src/main/res/layout/activity_settings_theme.xml
@@ -1,250 +1,256 @@
-
-
-
-
+ tools:context=".settings.SettingsThemeActivity">
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingStart="31dp"
+ android:paddingEnd="31dp">
+ android:id="@+id/settingsThemeTitle"
+ android:layout_width="match_parent"
+ android:layout_height="64dp"
+ android:layout_marginTop="16dp"
+ android:fontFamily="@font/poppins"
+ android:gravity="center"
+ android:paddingEnd="28dp"
+ android:text="@string/theme"
+ android:textSize="20sp"
+ android:textStyle="bold"
+ app:drawableStartCompat="@drawable/ic_round_arrow_back_ios_new_24"
+ app:drawableTint="?attr/colorOnBackground"
+ tools:ignore="RtlSymmetry" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ android:minHeight="64dp"
+ android:text="@string/oled_theme_variant"
+ android:textAlignment="viewStart"
+ android:textColor="?attr/colorOnBackground"
+ app:cornerRadius="0dp"
+ app:drawableTint="?attr/colorPrimary"
+ app:showText="false"
+ app:thumbTint="@color/button_switch_track" />
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
\ No newline at end of file
+
+
\ No newline at end of file