use Large as the default font size
This commit is contained in:
parent
78294997e9
commit
9dcf8eace5
|
@ -57,7 +57,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.22.0'
|
||||
implementation 'com.simplemobiletools:commons:5.22.2'
|
||||
implementation 'joda-time:joda-time:2.10.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<resources>
|
||||
<integer name="default_sorting">128</integer>
|
||||
<integer name="default_font_size">2</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue