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 @@ -160,6 +160,7 @@ class SettingsActivity : SimpleActivity() {
160
160
settings_font_size_holder.setOnClickListener {
161
161
val items = arrayListOf (
162
162
RadioItem (FONT_SIZE_50_PERCENT , getFontSizePercentText(FONT_SIZE_50_PERCENT )),
163
+ RadioItem (FONT_SIZE_60_PERCENT , getFontSizePercentText(FONT_SIZE_60_PERCENT )),
163
164
RadioItem (FONT_SIZE_75_PERCENT , getFontSizePercentText(FONT_SIZE_75_PERCENT )),
164
165
RadioItem (FONT_SIZE_90_PERCENT , getFontSizePercentText(FONT_SIZE_90_PERCENT )),
165
166
RadioItem (FONT_SIZE_100_PERCENT , getFontSizePercentText(FONT_SIZE_100_PERCENT )),
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ const val MIME_TEXT_PLAIN = "text/plain"
45
45
46
46
// font size percentage options
47
47
const val FONT_SIZE_50_PERCENT = 50
48
+ const val FONT_SIZE_60_PERCENT = 60
48
49
const val FONT_SIZE_75_PERCENT = 75
49
50
const val FONT_SIZE_90_PERCENT = 90
50
51
const val FONT_SIZE_100_PERCENT = 100
You can’t perform that action at this time.
0 commit comments