上海工程测量
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

54 lines
2.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<!-- <include-->
<!-- android:id="@+id/ilToolBar"-->
<!-- layout="@layout/sh_toolbar" />-->
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:background="@color/transparent"
app:navigationIcon="@drawable/icon_toolbar_back"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:titleCentered="true"
app:titleTextAppearance="@style/ToolbarTextAppearance" />
<TextView
android:id="@+id/tvAccountDesc"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_side"
android:layout_marginTop="12dp"
android:text="@string/please_input_code"
android:textColor="@color/text_color_20"
android:textSize="20sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tvTips"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_side"
android:layout_marginTop="6dp"
android:text="@string/the_verification_code_was_sent_for_login"
android:textColor="@color/text_color_727778"
android:textSize="@dimen/sw_14sp" />
<com.project.survey.widget.edittext.verificationcode.SerialnumberLayout
android:id="@+id/etInputCode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_side"
android:layout_marginTop="24dp"
app:code_number="6"
app:line_color_default="@color/text_color_df"
app:line_color_focus="@color/text_color_396bd0" />
</LinearLayout>