fix header alignments… again

This commit is contained in:
sk
2023-04-07 16:30:49 +02:00
parent 0a04c9357c
commit 5434325fa8
2 changed files with 3 additions and 5 deletions

View File

@@ -90,7 +90,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toEndOf="@id/self_avatar"
android:paddingTop="4sp"
android:paddingTop="3sp"
android:minHeight="24sp"
android:ellipsize="end"
android:singleLine="true"
@@ -103,7 +103,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8sp"
android:layout_toEndOf="@id/self_name"
android:paddingTop="4sp"
android:paddingTop="3sp"
android:ellipsize="end"
android:fontFamily="sans-serif"
android:singleLine="true"
@@ -117,7 +117,6 @@
android:layout_height="wrap_content"
android:layout_below="@id/self_name"
android:layout_toEndOf="@id/self_avatar"
android:minHeight="20sp"
android:ellipsize="end"
android:singleLine="true"
android:textAppearance="@style/m3_title_small"