Skip to content

Commit 81aee12

Browse files
committed
adding a 90% font size
1 parent 240e3b5 commit 81aee12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/SettingsActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class SettingsActivity : SimpleActivity() {
161161
val items = arrayListOf(
162162
RadioItem(FONT_SIZE_50_PERCENT, getFontSizePercentText(FONT_SIZE_50_PERCENT)),
163163
RadioItem(FONT_SIZE_75_PERCENT, getFontSizePercentText(FONT_SIZE_75_PERCENT)),
164+
RadioItem(FONT_SIZE_90_PERCENT, getFontSizePercentText(FONT_SIZE_90_PERCENT)),
164165
RadioItem(FONT_SIZE_100_PERCENT, getFontSizePercentText(FONT_SIZE_100_PERCENT)),
165166
RadioItem(FONT_SIZE_125_PERCENT, getFontSizePercentText(FONT_SIZE_125_PERCENT)),
166167
RadioItem(FONT_SIZE_150_PERCENT, getFontSizePercentText(FONT_SIZE_150_PERCENT)),

app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers/Constants.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const val MIME_TEXT_PLAIN = "text/plain"
4646
// font size percentage options
4747
const val FONT_SIZE_50_PERCENT = 50
4848
const val FONT_SIZE_75_PERCENT = 75
49+
const val FONT_SIZE_90_PERCENT = 90
4950
const val FONT_SIZE_100_PERCENT = 100
5051
const val FONT_SIZE_125_PERCENT = 125
5152
const val FONT_SIZE_150_PERCENT = 150

0 commit comments

Comments
 (0)