集成完直播后提交代码
This commit is contained in:
78
app/src/main/res/layout/activity_account_security.xml
Normal file
78
app/src/main/res/layout/activity_account_security.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<data>
|
||||
|
||||
<variable
|
||||
name="model"
|
||||
type="com.xyz.babelive.viewModel.home.MainViewModel" />
|
||||
</data>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/default_bg"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.xyz.babelive.ui.view.StatusLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/main_color" />
|
||||
<include layout="@layout/layout_action_bar"
|
||||
android:id="@+id/action_v"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/change_phone_ly"
|
||||
android:layout_marginStart="@dimen/dp10"
|
||||
android:layout_marginEnd="@dimen/dp10"
|
||||
android:paddingStart="@dimen/dp10"
|
||||
android:layout_marginTop="@dimen/dp10"
|
||||
android:paddingEnd="@dimen/dp10"
|
||||
android:background="@drawable/card_bord_org_bg1"
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="54dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/change_phone"
|
||||
android:gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp10"
|
||||
android:textColor="@color/body_txt_color"
|
||||
android:textSize="16sp"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="54dp"
|
||||
android:id="@+id/change_language_tv"
|
||||
android:text=""
|
||||
android:gravity="center_vertical"
|
||||
android:drawableEnd="@mipmap/next_img"
|
||||
android:textColor="@color/des_txt_color"
|
||||
android:textSize="14sp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="54dp"
|
||||
android:text="@string/change_password_dialog"
|
||||
android:id="@+id/change_pass_tv"
|
||||
android:background="@drawable/card_bord_org_bg1"
|
||||
android:layout_marginStart="@dimen/dp10"
|
||||
android:layout_marginEnd="@dimen/dp10"
|
||||
android:paddingStart="@dimen/dp10"
|
||||
android:paddingEnd="@dimen/dp10"
|
||||
android:layout_marginBottom="@dimen/dp10"
|
||||
android:layout_marginTop="@dimen/dp10"
|
||||
android:gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp10"
|
||||
android:drawableEnd="@mipmap/next_img"
|
||||
android:textColor="@color/body_txt_color"
|
||||
android:textSize="16sp"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
Reference in New Issue
Block a user