Small layout improvement

This commit is contained in:
M66B 2019-01-15 16:50:32 +00:00
parent 3857b0013d
commit 632e1ff039
3 changed files with 6 additions and 0 deletions

View File

@ -306,12 +306,16 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
});
} else
itemView.setOnClickListener(this);
ivSnoozed.setOnClickListener(this);
ivFlagged.setOnClickListener(this);
ivExpanderAddress.setOnClickListener(this);
ivAddContact.setOnClickListener(this);
btnDownloadAttachments.setOnClickListener(this);
btnSaveAttachments.setOnClickListener(this);
btnHtml.setOnClickListener(this);
ibQuotes.setOnClickListener(this);
ibImages.setOnClickListener(this);

View File

@ -286,6 +286,7 @@
android:layout_height="24dp"
android:layout_marginStart="6dp"
android:layout_marginEnd="6dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/baseline_expand_less_24"
android:visibility="visible"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -278,6 +278,7 @@
android:layout_height="24dp"
android:layout_marginStart="6dp"
android:layout_marginEnd="6dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/baseline_expand_less_24"
android:visibility="visible"
app:layout_constraintEnd_toEndOf="parent"