Commit bbdad87f authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update inline_attachment_background.xml

parent ab0c5329
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke <stroke
android:color="@color/inline_attachment_box_outline" android:width="1dp"
android:width="1dp"/> android:color="@color/inline_attachment_box_outline" />
<solid android:color="@color/inline_attachment_box_background"/>
<corners android:radius="2dp"/> <solid
android:color="@color/inline_attachment_box_background" />
<corners
android:radius="2dp" />
</shape> </shape>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment