mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +01:00
Fix app crashes when selecting font size to small. Version 3.0.1.
This commit is contained in:
parent
20e785e2eb
commit
cd4cf40236
@ -6,8 +6,8 @@ android {
|
||||
applicationId "ml.docilealligator.infinityforreddit"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 30
|
||||
versionName "3.0.0"
|
||||
versionCode 31
|
||||
versionName "3.0.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -108,7 +108,7 @@
|
||||
|
||||
<style name="FontStyle" />
|
||||
|
||||
<style name="FontStyle.Small" parent="TextAppearance.AppCompat.Body1">
|
||||
<style name="FontStyle.Small">
|
||||
<item name="font_default">12sp</item>
|
||||
<item name="font_10">10sp</item>
|
||||
<item name="font_12">12sp</item>
|
||||
|
Loading…
Reference in New Issue
Block a user