Add a little space between attachments

This commit is contained in:
Naveen 2022-11-04 03:27:07 +05:30
parent b6012f6e2b
commit 0e3f651687
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size
android:width="0dp"
android:height="@dimen/tiny_margin" />
</shape>