pay_password_delete_item.xml
775 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50"
android:layout_margin="@dimen/line_size"
android:background="@drawable/transparent_selector"
android:focusable="false"
tools:context="com.studymachine.www.ui.dialog.PayPasswordDialog">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="@dimen/dp_24"
android:layout_height="@dimen/dp_24"
android:layout_gravity="center"
android:focusable="true"
app:srcCompat="@drawable/delete_ic" />
</FrameLayout>