add some margin under the Message sent icon

This commit is contained in:
tibbi 2022-02-14 15:37:31 +01:00
parent e826c3c1d2
commit 724d78c336
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
android:id="@+id/thread_success"
android:layout_width="@dimen/activity_margin"
android:layout_height="@dimen/activity_margin"
android:layout_marginBottom="@dimen/medium_margin"
android:src="@drawable/ic_check_vector" />
</RelativeLayout>