<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:orientation="vertical"
|
android:background="@color/bg_main"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:id="@+id/ll_change_phone"
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:id="@+id/tv_mine_award"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="修改手机号"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_phone"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:textStyle="bold"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="139****1234"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
|
<include layout="@layout/include_line_14"/>
|
|
<TextView
|
android:id="@+id/tv_login_pwd"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="登录密码"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
<!-- <include layout="@layout/include_line_14"/>-->
|
|
<TextView
|
android:id="@+id/tv_card_setting"
|
android:layout_width="match_parent"
|
android:visibility="gone"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="银行卡设置"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
<!-- <include layout="@layout/include_line_14"/>-->
|
|
<TextView
|
android:id="@+id/tv_money_pwd"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:visibility="gone"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="提现密码"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|