mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
SES-2815 - proper icon and spacing for deleted messages
This commit is contained in:
parent
361d998e3d
commit
541c6221d6
@ -6,14 +6,15 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:padding="@dimen/small_spacing">
|
android:gravity="center_vertical"
|
||||||
|
android:paddingVertical="@dimen/small_spacing">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/deletedMessageViewIconImageView"
|
android:id="@+id/deletedMessageViewIconImageView"
|
||||||
android:layout_width="16dp"
|
android:layout_width="19dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="19dp"
|
||||||
android:layout_marginStart="@dimen/small_spacing"
|
android:layout_marginStart="18dp"
|
||||||
android:src="?menu_trash_icon"
|
android:src="@drawable/ic_delete"
|
||||||
app:tint="?android:textColorPrimary" />
|
app:tint="?android:textColorPrimary" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -22,7 +23,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_marginEnd="@dimen/small_spacing"
|
android:layout_marginEnd="@dimen/large_spacing"
|
||||||
android:textSize="@dimen/very_small_font_size"
|
android:textSize="@dimen/very_small_font_size"
|
||||||
android:textColor="?android:textColorPrimary"
|
android:textColor="?android:textColorPrimary"
|
||||||
tools:text="This message has been deleted"
|
tools:text="This message has been deleted"
|
||||||
|
Loading…
Reference in New Issue
Block a user