user_activity_finger_print_set.xml 1.08 KB
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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="match_parent"
    tools:context=".safePrivate.FingerPrintCheckActivity">

9
    <com.ydl.ydlcommon.view.TitleBar
konghaorui committed
10 11 12
        android:id="@+id/title_bar"
        android:layout_width="match_parent"
        android:layout_height="50dp"
konghaorui committed
13
        app:pa_title_text="开启指纹解锁"
14
        app:pa_left_start_icon="@drawable/user_nav_close_green">
15
    </com.ydl.ydlcommon.view.TitleBar>
konghaorui committed
16 17 18 19 20 21

    <TextView
        android:id="@+id/text_check"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="点击进入指纹解锁"
22
        android:textColor="@color/user_main_theme"
konghaorui committed
23 24
        android:gravity="center"
        android:drawablePadding="20dp"
25
        android:drawableTop="@drawable/user_lock_ico_zhiwen"
konghaorui committed
26 27 28
        android:layout_centerInParent="true"/>

</RelativeLayout>