We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfabc05 commit 17de0d1Copy full SHA for 17de0d1
AnkiDroid/src/main/res/layout/browser_column_heading.xml
@@ -16,7 +16,8 @@
16
17
<com.ichi2.ui.FixedTextView xmlns:android="http://schemas.android.com/apk/res/android"
18
android:layout_width="0dp"
19
- android:layout_height="48dp"
+ android:layout_height="match_parent"
20
+ android:minHeight="48dp"
21
android:layout_weight="1"
22
android:textFontWeight="700"
23
android:paddingStart="8dp"
0 commit comments