diff --git a/android_app/app/src/main/res/values/arrays.xml b/android_app/app/src/main/res/values/arrays.xml
index 10bbc433..1114541c 100644
--- a/android_app/app/src/main/res/values/arrays.xml
+++ b/android_app/app/src/main/res/values/arrays.xml
@@ -33,4 +33,14 @@
- sv
- tr
+
+
+ - @string/theme_light
+ - @string/theme_dark
+
+
+
+ - Light
+ - Dark
+
\ No newline at end of file
diff --git a/android_app/app/src/main/res/values/strings.xml b/android_app/app/src/main/res/values/strings.xml
index db993dc7..c55067b3 100644
--- a/android_app/app/src/main/res/values/strings.xml
+++ b/android_app/app/src/main/res/values/strings.xml
@@ -215,4 +215,6 @@
Spanish (Español)
Swedish (Svenska)
Turkish (Türkçe)
+ Light
+ Dark
diff --git a/android_app/app/src/main/res/values/type_themes.xml b/android_app/app/src/main/res/values/type_themes.xml
deleted file mode 100644
index 7c8e4265..00000000
--- a/android_app/app/src/main/res/values/type_themes.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- - Light
- - Dark
-
-
-
- - Light
- - Dark
-
-
\ No newline at end of file
diff --git a/android_app/app/src/main/res/xml/general_preferences.xml b/android_app/app/src/main/res/xml/general_preferences.xml
index 95760210..1050599d 100644
--- a/android_app/app/src/main/res/xml/general_preferences.xml
+++ b/android_app/app/src/main/res/xml/general_preferences.xml
@@ -6,6 +6,16 @@
android:entryValues="@array/language_values"
android:key="language"
android:title="@string/label_language" />
-
-
+
+
\ No newline at end of file