Small layout improvement

This commit is contained in:
M66B 2020-04-18 20:45:03 +02:00
parent dc19b2c8f6
commit c4dd98ad26
1 changed files with 10 additions and 1 deletions

View File

@ -10,14 +10,23 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/ivJunk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/baseline_flag_24" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:text="@string/title_ask_spam_who"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintStart_toEndOf="@+id/ivJunk"
app:layout_constraintTop_toTopOf="parent" />
<CheckBox