mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 11:18:47 +00:00
Fix two disclaimers using the wrong font size.
This commit is contained in:
parent
c4c537445e
commit
1ede41110c
2 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@
|
|||
android:drawablePadding="@dimen/list_entry_padding_horizontal_lax"
|
||||
android:gravity="bottom|left"
|
||||
android:maxLines="2"
|
||||
android:textSize="@dimen/font_size_small" />
|
||||
android:textSize="@dimen/font_size_disclaimer" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
android:drawablePadding="@dimen/list_entry_padding_horizontal_lax"
|
||||
android:gravity="bottom|left"
|
||||
android:maxLines="2"
|
||||
android:textSize="@dimen/font_size_small" />
|
||||
android:textSize="@dimen/font_size_disclaimer" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue