mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
22 lines
No EOL
752 B
XML
22 lines
No EOL
752 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:adjustViewBounds="true"
|
|
android:layout_width="wrap_content"
|
|
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_alignRight="@id/pendingImageForUpload"
|
|
android:layout_alignTop="@id/pendingImageForUpload"/>
|
|
|
|
</RelativeLayout> |