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