taomenggo init

This commit is contained in:
guozhen
2024-08-06 10:30:15 +08:00
committed by xuhuixiang
parent 3e7fd07f4f
commit c929efd05e
3007 changed files with 229844 additions and 77 deletions

View File

@@ -0,0 +1,290 @@
<?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:id="@+id/big_ry"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:foreground="?android:attr/selectableItemBackground"
android:orientation="vertical">
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
android:id="@+id/setting_title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_fcfcfc"
app:titleText="@string/gengaibangdingshoujihao_txt"
tools:ignore="MissingConstraints" />
<View
android:id="@+id/contact_list_activity_titleBar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:layout_below="@id/setting_title_bar"
android:background="@color/color_f7f7f7" />
<LinearLayout
android:id="@+id/middle_ly"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/contact_list_activity_titleBar"
android:layout_marginTop="30dp"
android:orientation="vertical">
<LinearLayout
android:id="@+id/step_1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:visibility="visible">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/yibangshoujihao_txt"
android:textColor="#ff333333"
android:textSize="18sp" />
<TextView
android:id="@+id/phone_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:text="153****8326"
android:textColor="#ff7e7b84"
android:textSize="24sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/step_2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_30"
android:text="@string/qsryzm_txt"
android:textColor="@color/color_333333"
android:textSize="@dimen/sp_26"
android:textStyle="bold" />
<TextView
android:id="@+id/send_sms_tips_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginRight="@dimen/dp_30"
android:text="@string/djfsyzm_txt"
android:textColor="@color/color_7f7b81"
android:textSize="14sp" />
<com.dskj.rbchat.custom.PasswordEditText
android:id="@+id/password_edit_text_code"
android:layout_width="wrap_content"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
app:bgInputed="@drawable/bg_inputed"
app:bgInputing="@drawable/bg_inputing"
app:count="4"
app:passwordSize="26"
app:showPassword="true">
</com.dskj.rbchat.custom.PasswordEditText>
<TextView
android:id="@+id/send_sms_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_20"
android:text="@string/get_code_txt"
android:textColor="@color/color_6b3689"
android:textSize="14sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/step3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_30"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/srndsjh_txt1"
android:textColor="@color/color_333333"
android:textSize="@dimen/sp_26"
android:textStyle="bold" />
<TextView
android:id="@+id/mobile_tips_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_20"
android:text="@string/xiugai_tips_txt"
android:textColor="@color/color_7f7b81"
android:textSize="@dimen/sp_14" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_90"
android:orientation="horizontal">
<TextView
android:id="@+id/area_tv"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_50"
android:drawableRight="@mipmap/select_county_img"
android:gravity="center_vertical"
android:text="台湾 +886"
android:textColor="@color/color_333333"
android:textSize="18sp" />
<EditText
android:id="@+id/phone_et"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50"
android:background="@color/transparent"
android:hint="@string/qsrsjh_txt"
android:inputType="phone"
android:paddingLeft="@dimen/dp_20"
android:textColor="@color/color_333333"
android:textColorHint="@color/color_bcbcbc"
android:textSize="@dimen/sp_18" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:background="@color/color_d8d8d8" />
</LinearLayout>
<LinearLayout
android:id="@+id/step_4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_30"
android:text="@string/qsryzm_txt"
android:textColor="@color/color_333333"
android:textSize="@dimen/sp_26"
android:textStyle="bold" />
<TextView
android:id="@+id/send_sms_tips_tv1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginRight="@dimen/dp_30"
android:text="@string/djfsyzm_txt"
android:textColor="@color/color_7f7b81"
android:textSize="14sp" />
<com.dskj.rbchat.custom.PasswordEditText
android:id="@+id/password_edit_text_code1"
android:layout_width="wrap_content"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
app:bgInputed="@drawable/bg_inputed"
app:bgInputing="@drawable/bg_inputing"
app:count="4"
app:passwordSize="26"
app:showPassword="true">
</com.dskj.rbchat.custom.PasswordEditText>
<TextView
android:id="@+id/send_sms_tv1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_20"
android:text="@string/get_code_txt"
android:textColor="@color/color_6d80ff"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/sumbit_bt"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:layout_below="@id/middle_ly"
android:layout_marginLeft="30dp"
android:layout_marginTop="60dp"
android:layout_marginRight="30dp"
android:background="@drawable/fun_themeblue_btn_bg"
android:gravity="center"
android:text="@string/genghuanshoujihao_txt"
android:textColor="#ffffffff"
android:textSize="16sp" />
<androidx.cardview.widget.CardView
android:id="@+id/area_card"
android:layout_width="match_parent"
android:layout_height="375dp"
android:layout_alignTop="@id/middle_ly"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:visibility="gone"
app:cardBackgroundColor="@color/color_6b3689"
app:cardCornerRadius="20dp"
app:cardElevation="0dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/name_area_tv"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginRight="@dimen/dp_10"
android:drawableRight="@mipmap/select_county_img"
android:gravity="center_vertical"
android:paddingLeft="15dp"
android:text="CHINA +86"
android:textColor="@color/white"
android:textSize="14sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recylerview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</androidx.cardview.widget.CardView>
</RelativeLayout>