743 lines
33 KiB
XML
743 lines
33 KiB
XML
<?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:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#F6F7FB">
|
|
|
|
<com.fengliyan.uikit.scroll.ObservedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@+id/settings_info_edit_button_confirm"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="#F6F7FB"
|
|
tools:viewBindingIgnore="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="资料完成度"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/dp14"/>
|
|
<TextView
|
|
android:id="@+id/tv_finish_bfb"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp4"
|
|
android:text="30%"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/dp14"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progress_bar_bfb"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
|
android:progressDrawable="@drawable/custom_progress"
|
|
android:layout_marginBottom="@dimen/dp15"
|
|
android:progress="50"
|
|
android:max="100"
|
|
android:layout_height="@dimen/dp7"/>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:text="我的头像"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/avatarBtn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
android:background="@drawable/shape_white_bg_r14">
|
|
|
|
<!-- <TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:text="头像"
|
|
android:textColor="#ff333333"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_margin="16dp"
|
|
android:text="请确保头像为本人"
|
|
android:textColor="#ffa8a8a8"
|
|
android:textSize="14sp" />-->
|
|
|
|
<!--<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:background="@color/bottomCuttingLine" />-->
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:src="@drawable/group"
|
|
android:tint="@color/black" />
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:id="@+id/avatarImageView"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginVertical="@dimen/dp15"
|
|
app:roundAsCircle="true"
|
|
android:layout_marginLeft="@dimen/dp15"
|
|
android:layout_marginRight="44dp"
|
|
app:roundedCornerRadius="4dp" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/videoBtn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="79dp"
|
|
android:visibility="gone"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:layout_marginTop="@dimen/dp15"
|
|
android:background="@drawable/shape_white_bg_r14">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:text="封面视频"
|
|
android:textColor="#ff333333"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_margin="16dp"
|
|
android:text="封面视频会显示在你的主页"
|
|
android:textColor="#ffa8a8a8"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:background="@color/bottomCuttingLine" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
|
|
<TextView
|
|
android:id="@+id/videoStatusLabel"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginEnd="44dp"
|
|
android:text="去上传"
|
|
android:textColor="#ffdf4138"
|
|
android:textSize="14sp" />
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:id="@+id/videoCoverImageView"
|
|
android:layout_width="50dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginEnd="44dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/info_video_delete"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignStart="@+id/videoCoverImageView"
|
|
android:layout_marginStart="-8dp"
|
|
android:layout_marginTop="4dp"
|
|
android:src="@drawable/button_remove_photo"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:layout_marginTop="16dp"
|
|
android:text="我的相册"
|
|
android:textColor="#ff333333"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:background="@drawable/shape_white_bg_r14">
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/zhushi_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/settings_info_edit_photos"
|
|
android:layout_marginTop="4dp"
|
|
android:visibility="gone"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:background="@android:color/white"
|
|
android:text="长按拖拽更改顺序,上传图片需审核通过后才能更新展示"
|
|
android:textColor="@color/editNotifiction"
|
|
android:textSize="14sp" />
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/settings_info_edit_photos"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="200dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginTop="12dp"
|
|
android:visibility="gone"
|
|
android:layout_marginBottom="@dimen/dp12"
|
|
android:layout_marginRight="16dp" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/photosBtn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/shape_white_bg_r14">
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:src="@drawable/group"
|
|
android:tint="@color/black" />
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
|
android:id="@+id/photosImageView"
|
|
android:layout_width="45dp"
|
|
android:layout_height="45dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginVertical="@dimen/dp15"
|
|
app:roundAsCircle="true"
|
|
android:layout_marginLeft="@dimen/dp15"
|
|
android:layout_marginRight="44dp"
|
|
android:background="@mipmap/ic_cover_default"
|
|
app:roundedCornerRadius="4dp" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:layout_marginTop="@dimen/dp16"
|
|
android:text="基础资料"
|
|
android:textColor="@color/black"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:background="@drawable/shape_white_bg_r14"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_nick_name_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="昵称"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_nick_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toLeftOf="@+id/iv_nike_right"
|
|
android:layout_centerVertical="true"
|
|
android:drawablePadding="10dp"
|
|
android:textColor="#666666"
|
|
android:layout_marginRight="@dimen/dp15"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_nike_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_gender_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="性别"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_gender"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_alignParentRight="true"
|
|
android:drawablePadding="10dp"
|
|
android:textColor="#666666"
|
|
android:layout_marginRight="@dimen/dp15"
|
|
android:textSize="16sp" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_birthday_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="生日"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_birthday"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toLeftOf="@+id/iv_birthday_right"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:gravity="right"
|
|
android:hint="请选择生日"
|
|
android:textColorHint="#E472ED"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_birthday_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_age_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="年龄"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_age"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_alignParentRight="true"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_xz_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="星座"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_xz"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_alignParentRight="true"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_height_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="身高"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_height"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_toLeftOf="@+id/iv_height_right"
|
|
android:textColor="#666666"
|
|
android:hint="请选择身高"
|
|
android:gravity="right"
|
|
android:textColorHint="#E472ED"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_height_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_city_layout"
|
|
android:layout_width="match_parent"
|
|
android:visibility="gone"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="城市"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_city"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_toLeftOf="@+id/iv_city_right"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_city_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_ip_city_layout"
|
|
android:layout_width="match_parent"
|
|
android:visibility="gone"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="IP属地"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_ip_city"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:drawablePadding="10dp"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:layout_marginTop="@dimen/dp16"
|
|
android:text="更多资料"
|
|
android:textColor="@color/black"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp10"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:background="@drawable/shape_white_bg_r14"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_xx_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_xx"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="学校"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_school"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp10"
|
|
android:layout_toRightOf="@+id/tv_xx"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_toLeftOf="@+id/iv_xx_right"
|
|
android:textColor="#666666"
|
|
android:hint="我的学校是?"
|
|
android:gravity="right"
|
|
android:textColorHint="#E472ED"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_xx_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/settings_info_edit_job_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_zy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="职业"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_job"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="15dp"
|
|
android:layout_toLeftOf="@+id/iv_job_right"
|
|
android:layout_toRightOf="@+id/tv_zy"
|
|
android:layout_marginLeft="@dimen/dp10"
|
|
android:textColor="#666666"
|
|
android:hint="我的职业是?"
|
|
android:gravity="right"
|
|
android:textColorHint="#E472ED"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_job_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/settings_info_edit_sign_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp15"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="个性签名"
|
|
android:textColor="@color/black"
|
|
android:textStyle="bold"
|
|
android:textSize="16sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/shape_white_bg_r14"
|
|
android:layout_marginTop="@dimen/dp12"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="@dimen/dp16"
|
|
android:layout_marginVertical="@dimen/dp12"
|
|
android:background="@drawable/shape_f9fafc_bg_r14">
|
|
|
|
<TextView
|
|
android:id="@+id/settings_info_edit_sign"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="你很酷,介绍一下自己~"
|
|
android:layout_toLeftOf="@+id/iv_edit_sign_right"
|
|
android:layout_marginRight="@dimen/dp10"
|
|
android:padding="@dimen/dp12"
|
|
android:textColor="#666666"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_edit_sign_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="16dp"
|
|
android:tint="@color/black"
|
|
android:src="@drawable/group" />
|
|
|
|
</RelativeLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:background="@color/bottomCuttingLine"
|
|
android:visibility="gone" />
|
|
</LinearLayout>
|
|
</com.fengliyan.uikit.scroll.ObservedScrollView>
|
|
|
|
<Button
|
|
android:id="@+id/settings_info_edit_button_confirm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="48dp"
|
|
android:layout_marginRight="48dp"
|
|
android:layout_marginBottom="30dp"
|
|
android:enabled="true"
|
|
android:text="确定"
|
|
android:textSize="17sp" />
|
|
</RelativeLayout>
|