mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
21 lines
No EOL
682 B
XML
21 lines
No EOL
682 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="100dp"
|
|
android:layout_height="100dp"
|
|
android:layout_margin="5dp"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/pendingImageForUpload"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/remove"
|
|
android:src="@drawable/clean_field"
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentTop="true"/>
|
|
|
|
</RelativeLayout> |