18 lines
665 B
XML
18 lines
665 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/dialog_holder"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingTop="@dimen/activity_margin">
|
|
|
|
<ImageView
|
|
android:id="@+id/call_confirm_phone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
android:padding="@dimen/activity_margin"
|
|
android:src="@drawable/ic_phone_huge"/>
|
|
|
|
</RelativeLayout>
|