diff --git a/android/app/src/main/res/values/array.xml b/android/app/src/main/res/values/array.xml
new file mode 100644
index 0000000..64c1cda
--- /dev/null
+++ b/android/app/src/main/res/values/array.xml
@@ -0,0 +1,26 @@
+
+
+
+ - 360p
+ - 540p
+ - 720p
+ - 1080p
+
+
+
+ - 360p
+ - 540p
+ - 720p
+ - 1080p
+
+
+
+ - 30
+ - 60
+
+
+
+ - 30
+ - 60
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 34b3ecf..88e6a39 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -43,4 +43,9 @@
Stream
Registered Consoles
Currently registered: %d
+ Resolution
+ FPS
+ Bitrate
+ Verbose Logging
+ Warning: This logs a LOT! Don\'t enable for regular use.
diff --git a/android/app/src/main/res/xml/preferences.xml b/android/app/src/main/res/xml/preferences.xml
index 172fc4f..1d1dc60 100644
--- a/android/app/src/main/res/xml/preferences.xml
+++ b/android/app/src/main/res/xml/preferences.xml
@@ -11,10 +11,30 @@
app:summary=" "
app:title="@string/preferences_registered_hosts_title"
app:fragment="com.metallic.chiaki.settings.SettingsRegisteredHostsFragment"/>
+
+
+
+
+
+
+
\ No newline at end of file