<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:paddingTop="@dimen/h22"
|
android:layout_height="match_parent">
|
|
<ImageView
|
android:id="@+id/face"
|
android:layout_width="@dimen/w104"
|
android:layout_height="@dimen/h138"
|
android:layout_centerInParent="true"
|
android:scaleType="centerCrop"
|
android:src="@drawable/u1280" />
|
|
<RelativeLayout
|
android:id="@+id/face_checked"
|
android:layout_width="@dimen/w104"
|
android:layout_height="@dimen/h138"
|
android:layout_centerInParent="true">
|
|
<ImageView
|
|
android:layout_width="@dimen/w104"
|
android:layout_height="@dimen/h138"
|
android:layout_centerInParent="true"
|
android:background="#705fdfc8" />
|
|
<ImageView
|
android:scaleType="centerInside"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/checked"
|
android:layout_alignParentEnd="true"
|
android:layout_marginRight="@dimen/dp_6"
|
android:layout_alignParentBottom="true"
|
android:layout_marginBottom="@dimen/dp_6"/>
|
</RelativeLayout>
|
|
|
</RelativeLayout>
|