1
0
Fork 0

fixed incorrect font size of some items on the Settings screen

This commit is contained in:
sspanak 2024-08-06 19:25:11 +03:00 committed by Dimo Karaivanov
parent 5705be0d80
commit 76099862e5
4 changed files with 6 additions and 5 deletions

View file

@ -11,5 +11,5 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:minHeight="@dimen/preferences_text_min_height"
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.TextView" />
android:textSize="@dimen/pref_large_summary_size" />
</LinearLayout>