a
554325746@qq.com
2019-12-25 603cb36a5123e46656b06a5deb8d7ac7ff81307f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingTop="@dimen/h22">
 
    <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:layout_width="@dimen/w18"
            android:layout_height="@dimen/w18"
            android:layout_alignParentBottom="true"
            android:layout_alignParentEnd="true"
            android:layout_marginBottom="@dimen/h4"
            android:layout_marginRight="@dimen/h4"
            android:background="@drawable/checked"
            android:scaleType="centerInside" />
    </RelativeLayout>
</RelativeLayout>