mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
9325eb98ba
commit
e8aa4d3f7d
|
@ -150,10 +150,10 @@
|
||||||
android:layout_marginStart="6dp"
|
android:layout_marginStart="6dp"
|
||||||
android:layout_marginEnd="6dp"
|
android:layout_marginEnd="6dp"
|
||||||
android:contentDescription="@string/title_legend_pick"
|
android:contentDescription="@string/title_legend_pick"
|
||||||
app:srcCompat="@drawable/baseline_person_24"
|
|
||||||
app:layout_constraintBottom_toBottomOf="@id/etSender"
|
app:layout_constraintBottom_toBottomOf="@id/etSender"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/etSender" />
|
app:layout_constraintTop_toTopOf="@id/etSender"
|
||||||
|
app:srcCompat="@drawable/baseline_person_24" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvAndSender"
|
android:id="@+id/tvAndSender"
|
||||||
|
@ -214,10 +214,10 @@
|
||||||
android:layout_marginStart="6dp"
|
android:layout_marginStart="6dp"
|
||||||
android:layout_marginEnd="6dp"
|
android:layout_marginEnd="6dp"
|
||||||
android:contentDescription="@string/title_legend_pick"
|
android:contentDescription="@string/title_legend_pick"
|
||||||
app:srcCompat="@drawable/baseline_person_24"
|
|
||||||
app:layout_constraintBottom_toBottomOf="@id/etRecipient"
|
app:layout_constraintBottom_toBottomOf="@id/etRecipient"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/etRecipient" />
|
app:layout_constraintTop_toTopOf="@id/etRecipient"
|
||||||
|
app:srcCompat="@drawable/baseline_person_24" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvAndRecipient"
|
android:id="@+id/tvAndRecipient"
|
||||||
|
@ -416,10 +416,10 @@
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:contentDescription="@string/title_legend_default_color"
|
android:contentDescription="@string/title_legend_default_color"
|
||||||
app:srcCompat="@drawable/baseline_delete_24"
|
|
||||||
app:layout_constraintBottom_toBottomOf="@id/btnColor"
|
app:layout_constraintBottom_toBottomOf="@id/btnColor"
|
||||||
app:layout_constraintStart_toEndOf="@id/vwColor"
|
app:layout_constraintStart_toEndOf="@id/vwColor"
|
||||||
app:layout_constraintTop_toTopOf="@id/btnColor" />
|
app:layout_constraintTop_toTopOf="@id/btnColor"
|
||||||
|
app:srcCompat="@drawable/baseline_delete_24" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvMoveTarget"
|
android:id="@+id/tvMoveTarget"
|
||||||
|
|
Loading…
Reference in New Issue