layout_judge_rect.xml
971 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:orientation="vertical"
android:background="@drawable/bg_judge_cut"
android:minWidth="160dp"
android:minHeight="48dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:ignore="UseCompoundDrawables,HardcodedText,SmallSp,ContentDescription">
<ImageView
android:id="@+id/ivResult"
tools:src="@drawable/png_ic_judge_correct"
android:layout_gravity="end"
android:layout_margin="8dp"
android:layout_width="12dp"
android:layout_height="12dp"/>
<ImageView
android:src="@drawable/ic_judge_rect_select"
android:layout_gravity="center"
android:layout_width="12dp"
android:layout_height="12dp"/>
</FrameLayout>