diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml
index 7f78a7e9..8ed1cfb4 100644
--- a/app/src/main/res/layout/activity_settings.xml
+++ b/app/src/main/res/layout/activity_settings.xml
@@ -83,4 +83,29 @@
android:clickable="false"/>
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/values/array.xml b/app/src/main/res/values/array.xml
new file mode 100644
index 00000000..186d17d0
--- /dev/null
+++ b/app/src/main/res/values/array.xml
@@ -0,0 +1,8 @@
+
+
+
+ - 5 MP
+ - 8 MP
+ - @string/no_limit
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4e926dfe..d5cf134d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -17,6 +17,8 @@
Long tap to capture
Refocus before capture
Force 16:9 ratio
+ Photo resolution limit
+ none
About
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 5f3f7b95..9ae073e4 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -7,6 +7,9 @@
- @color/colorPrimaryDark
- @color/colorAccent
- @style/AppTheme.ActionBarStyle
+ - @style/SpinnerItem
+ - @style/SpinnerItem.DropDownItem
+ - @style/SpinnerItem.DropDownItem
@@ -20,4 +23,12 @@
- sans-serif
- 20sp
+
+
+
+
+