mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
9 lines
395 B
XML
9 lines
395 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom|right"
|
|
android:layout_margin="8dp"
|
|
android:src="@drawable/conversation_attachment_edit"
|
|
android:visibility="gone"/>
|