Skip to content

Commit 17de0d1

Browse files
committed
Fix: Header Height.
1 parent dfabc05 commit 17de0d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AnkiDroid/src/main/res/layout/browser_column_heading.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
<com.ichi2.ui.FixedTextView xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:layout_width="0dp"
19-
android:layout_height="48dp"
19+
android:layout_height="match_parent"
20+
android:minHeight="48dp"
2021
android:layout_weight="1"
2122
android:textFontWeight="700"
2223
android:paddingStart="8dp"

0 commit comments

Comments
 (0)