File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/src/main/kotlin/com/simplemobiletools/notes/pro Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ class SettingsActivity : SimpleActivity() {
161
161
val items = arrayListOf (
162
162
RadioItem (FONT_SIZE_50_PERCENT , getFontSizePercentText(FONT_SIZE_50_PERCENT )),
163
163
RadioItem (FONT_SIZE_75_PERCENT , getFontSizePercentText(FONT_SIZE_75_PERCENT )),
164
+ RadioItem (FONT_SIZE_90_PERCENT , getFontSizePercentText(FONT_SIZE_90_PERCENT )),
164
165
RadioItem (FONT_SIZE_100_PERCENT , getFontSizePercentText(FONT_SIZE_100_PERCENT )),
165
166
RadioItem (FONT_SIZE_125_PERCENT , getFontSizePercentText(FONT_SIZE_125_PERCENT )),
166
167
RadioItem (FONT_SIZE_150_PERCENT , getFontSizePercentText(FONT_SIZE_150_PERCENT )),
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const val MIME_TEXT_PLAIN = "text/plain"
46
46
// font size percentage options
47
47
const val FONT_SIZE_50_PERCENT = 50
48
48
const val FONT_SIZE_75_PERCENT = 75
49
+ const val FONT_SIZE_90_PERCENT = 90
49
50
const val FONT_SIZE_100_PERCENT = 100
50
51
const val FONT_SIZE_125_PERCENT = 125
51
52
const val FONT_SIZE_150_PERCENT = 150
You can’t perform that action at this time.
0 commit comments