Small layout improvement

This commit is contained in:
M66B 2021-04-03 14:18:25 +02:00
parent 38b46a7025
commit 6cab161508
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,7 @@
android:id="@+id/ibBadge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:contentDescription="@string/title_info"
android:tooltipText="@string/title_info"
app:layout_constraintStart_toStartOf="parent"
@ -377,6 +378,7 @@
android:id="@+id/swUnseenIgnored"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
android:text="@string/title_advanced_unseen_ignored"
app:layout_constraintEnd_toEndOf="parent"