728 lines
36 KiB
XML
728 lines
36 KiB
XML
<?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:background="@color/gray2"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="10dp">
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:descendantFocusability="blocksDescendants"
|
|
android:paddingBottom="12dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="240dp"
|
|
android:background="@mipmap/new_bg" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lt_me_top"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="144dp"
|
|
android:layout_marginTop="42dp"
|
|
android:orientation="horizontal">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="114dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginRight="18dp"
|
|
android:gravity="center|right">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar"
|
|
android:layout_width="86dp"
|
|
android:layout_height="86dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="9dp"
|
|
android:scaleType="centerCrop"
|
|
app:riv_border_color="#FFFFFF"
|
|
app:riv_border_width="2dp"
|
|
app:riv_oval="true" />
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/gift_svga"
|
|
android:layout_width="104dp"
|
|
android:layout_height="104dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:autoPlay="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/complete_information_radius"
|
|
android:layout_width="7dp"
|
|
android:layout_height="7dp"
|
|
android:layout_marginStart="115.9dp"
|
|
android:layout_marginEnd="4dp"
|
|
app:cardBackgroundColor="#FF5730"
|
|
app:cardCornerRadius="20dp" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/complete_information"
|
|
android:layout_width="107.9dp"
|
|
android:layout_height="25.25dp"
|
|
android:layout_marginStart="21dp"
|
|
android:layout_marginTop="-5dp"
|
|
android:visibility="gone"
|
|
android:background="@mipmap/icon_complete_information">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text="@string/complete_information"
|
|
android:textColor="@color/white"
|
|
android:textSize="12.44sp" />
|
|
</RelativeLayout>
|
|
<!--完善资料-->
|
|
<LinearLayout
|
|
android:id="@+id/lt_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="21dp"
|
|
android:layout_marginTop="8dp"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="用戶名稱"
|
|
android:textColor="#D56FF0"
|
|
android:textSize="19sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/signature"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="21dp"
|
|
android:layout_marginTop="6dp"
|
|
android:text="这个人很懒,什么也没留下。"
|
|
android:textColor="@color/gray_cccccc"
|
|
android:textSize="12sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="21dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center|left">
|
|
|
|
<ImageView
|
|
android:id="@+id/good_nub_ico"
|
|
android:layout_width="21dp"
|
|
android:layout_height="15dp"
|
|
android:src="@mipmap/good_nub"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="15dp"
|
|
android:src="@mipmap/icon_userid" />
|
|
|
|
<TextView
|
|
android:id="@+id/id_val"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/gray_B1B1B1"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/btn_copy"
|
|
android:layout_width="30dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:gravity="center"
|
|
android:text="@string/copy"
|
|
android:textColor="#ff9f9f9f"
|
|
android:textSize="10sp"
|
|
android:visibility="gone" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center|left">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_lv_pic"
|
|
android:layout_width="30dp"
|
|
android:layout_height="15dp"
|
|
android:src="@mipmap/icon_userlv" />
|
|
|
|
<ImageView
|
|
android:id="@+id/level_anchor"
|
|
android:layout_width="30dp"
|
|
android:layout_height="15dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/level"
|
|
android:layout_width="33dp"
|
|
android:layout_height="15dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_level"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center|left"
|
|
android:text=""
|
|
android:textColor="@color/gray_B1B1B1"
|
|
android:textSize="13sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="11dp"
|
|
android:layout_height="11dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:background="@mipmap/icon_arrow_right"
|
|
android:visibility="visible" />
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_edit"
|
|
android:layout_width="25dp"
|
|
android:layout_height="25dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:src="@mipmap/home_btn_edit" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="114dp"
|
|
android:layout_below="@id/lt_me_top"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="@drawable/bg_me_data"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="6dp">
|
|
|
|
<ImageView
|
|
android:layout_width="39dp"
|
|
android:layout_height="39dp"
|
|
android:src="@mipmap/home_me_diamonds" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/diamond"
|
|
android:textColor="@color/gray1"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/coin"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="@color/textColor"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:gravity="bottom">
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="6dp">
|
|
|
|
<ImageView
|
|
android:layout_width="39dp"
|
|
android:layout_height="39dp"
|
|
android:src="@mipmap/icon_collectibles" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/coins"
|
|
android:textColor="@color/gray1"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/star_coin"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="@color/textColor"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="1dp"
|
|
android:layout_height="match_parent"
|
|
android:gravity="bottom">
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="6dp">
|
|
|
|
<ImageView
|
|
android:layout_width="39dp"
|
|
android:layout_height="39dp"
|
|
android:src="@mipmap/home_me_gold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/golden_bean"
|
|
android:textColor="@color/gray1"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/gold"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="@color/textColor"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:paddingBottom="3dp">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_coin"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/charge"
|
|
android:textColor="@color/gray_B1B1B1"
|
|
android:textSize="12sp" />
|
|
|
|
<View
|
|
android:layout_width="11dp"
|
|
android:layout_height="11dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:background="@mipmap/icon_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lt_star_coin"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_star_coin"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/charge"
|
|
android:textColor="@color/gray_B1B1B1"
|
|
android:textSize="12sp" />
|
|
|
|
<View
|
|
android:layout_width="11dp"
|
|
android:layout_height="11dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:background="@mipmap/icon_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_gold"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/receive"
|
|
android:textColor="@color/gray_B1B1B1"
|
|
android:textSize="12sp" />
|
|
|
|
<View
|
|
android:layout_width="11dp"
|
|
android:layout_height="11dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:background="@mipmap/icon_arrow_right" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lt_advertisement"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="72dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginRight="15dp"
|
|
android:visibility="gone">
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/cv_chatcontent_img1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:cardBackgroundColor="@color/transparent"
|
|
app:cardCornerRadius="10dp"
|
|
app:cardElevation="0dp">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/banner_me"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lt_noble"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="81dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="@drawable/bg_me_data"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:visibility="gone"
|
|
android:focusableInTouchMode="true"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:clickable="false"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:gravity="center">
|
|
|
|
<ImageView
|
|
android:id="@+id/user_noble_ico"
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_marginLeft="21dp"
|
|
android:src="@mipmap/icon_vip_gold" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:clickable="false"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:gravity="center|left"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="18dp"
|
|
android:paddingRight="6dp">
|
|
|
|
<TextView
|
|
android:id="@+id/user_noble_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="@color/textColor"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/user_noble_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="3dp"
|
|
android:text="@string/open_noble_text"
|
|
android:textColor="@color/gray1"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:id="@+id/v_noble"
|
|
android:layout_width="18dp"
|
|
android:layout_height="18dp"
|
|
android:layout_marginRight="30dp"
|
|
android:background="@mipmap/icon_more_gray"
|
|
android:clickable="false"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="@drawable/bg_me_data">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="9dp"
|
|
android:layout_marginBottom="9dp"
|
|
android:focusable="false"
|
|
android:nestedScrollingEnabled="false"
|
|
android:overScrollMode="never"
|
|
android:paddingLeft="6dp"
|
|
android:paddingRight="6dp"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="@drawable/bg_me_data"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rt_kefu"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp"
|
|
android:paddingLeft="21dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_kefu"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/me_msagess" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_toRightOf="@id/img_kefu"
|
|
android:text="@string/customer_service"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="42dp"
|
|
android:text="@string/kefu_time"
|
|
android:textColor="@color/gray3"
|
|
android:textSize="13sp" />
|
|
|
|
<View
|
|
android:layout_width="15dp"
|
|
android:layout_height="18dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="21dp"
|
|
android:background="@mipmap/icon_arrow_right" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.33dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="#D6D6D6" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rt_setting"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp"
|
|
android:paddingLeft="21dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_setting"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/me_msagess" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_setting"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_toRightOf="@id/img_setting"
|
|
android:text="@string/set_up"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="12sp" />
|
|
|
|
<View
|
|
android:id="@+id/red_point"
|
|
android:layout_width="12dp"
|
|
android:layout_height="12dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_toEndOf="@id/tv_setting"
|
|
android:gravity="center"
|
|
android:textColor="@color/white"
|
|
android:textSize="10dp"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="42dp"
|
|
android:text=""
|
|
android:textColor="@color/gray3"
|
|
android:textSize="13sp" />
|
|
|
|
<View
|
|
android:layout_width="15dp"
|
|
android:layout_height="18dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="21dp"
|
|
android:background="@mipmap/icon_arrow_right" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.33dp"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginRight="15dp"
|
|
android:background="#D6D6D6"
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</LinearLayout> |