|
|
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
<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:id="@+id/rootView" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
@ -565,4 +566,27 @@ |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_20" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/tv_back" |
|
|
|
|
android:layout_width="@dimen/vs_80" |
|
|
|
|
android:layout_height="@dimen/vs_80" |
|
|
|
|
android:layout_gravity="left|center" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:paddingHorizontal="@dimen/vs_20" |
|
|
|
|
android:src="@drawable/icon_back" |
|
|
|
|
android:visibility="invisible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/tv_lock" |
|
|
|
|
android:layout_width="@dimen/vs_80" |
|
|
|
|
android:layout_height="@dimen/vs_80" |
|
|
|
|
android:layout_gravity="right|center" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:paddingHorizontal="@dimen/vs_20" |
|
|
|
|
android:src="@drawable/icon_unlock" |
|
|
|
|
android:visibility="invisible" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|