|
|
|
@ -6,14 +6,15 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:padding="@dimen/small_spacing">
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:paddingVertical="@dimen/small_spacing">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/deletedMessageViewIconImageView"
|
|
|
|
|
android:layout_width="16dp"
|
|
|
|
|
android:layout_height="16dp"
|
|
|
|
|
android:layout_marginStart="@dimen/small_spacing"
|
|
|
|
|
android:src="?menu_trash_icon"
|
|
|
|
|
android:layout_width="19dp"
|
|
|
|
|
android:layout_height="19dp"
|
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
|
android:src="@drawable/ic_delete"
|
|
|
|
|
app:tint="?android:textColorPrimary" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -22,7 +23,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="4dp"
|
|
|
|
|
android:layout_marginEnd="@dimen/small_spacing"
|
|
|
|
|
android:layout_marginEnd="@dimen/large_spacing"
|
|
|
|
|
android:textSize="@dimen/very_small_font_size"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|
tools:text="This message has been deleted"
|
|
|
|
|