|
|
|
@ -86,186 +86,222 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </com.skyfishjy.library.RippleBackground>-->
|
|
|
|
|
<!-- 弹窗菜单按钮-->
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/set_image"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:src="@drawable/mirror_light_ctrl_gray"
|
|
|
|
|
android:layout_marginTop="20dp"/>
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/voiceprint"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
|
android:src="@drawable/voiceprint"
|
|
|
|
|
android:layout_marginTop="20dp"/>
|
|
|
|
|
<!-- 设置顶部栏 -->
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:id="@+id/set_area"
|
|
|
|
|
>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="220dp"
|
|
|
|
|
android:background="@drawable/jianbianse1">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/set_image"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:src="@drawable/mirror_light_ctrl_gray"
|
|
|
|
|
android:layout_marginTop="20dp"/>
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/voiceprint"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
|
android:src="@drawable/voiceprint"
|
|
|
|
|
android:layout_marginTop="20dp"/>
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/person_sex"
|
|
|
|
|
android:layout_width="24dp"
|
|
|
|
|
android:layout_height="24dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:layout_marginTop="75dp"
|
|
|
|
|
|
|
|
|
|
android:src="@drawable/girl"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
|
android:id="@+id/personal_head_card"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="180dp"
|
|
|
|
|
app:cardElevation="15dp"
|
|
|
|
|
android:layout_height="160dp"
|
|
|
|
|
app:cardElevation="20dp"
|
|
|
|
|
|
|
|
|
|
android:layout_marginLeft="19dp"
|
|
|
|
|
android:layout_marginRight="19dp"
|
|
|
|
|
app:cardCornerRadius="10dp"
|
|
|
|
|
android:layout_below="@id/set_image"
|
|
|
|
|
|
|
|
|
|
android:layout_below="@id/set_area"
|
|
|
|
|
android:layout_marginTop="-80dp"
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
>
|
|
|
|
|
<!-- 这里这是用户名-->
|
|
|
|
|
<!-- 用户名-->
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_username"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:text="不拘一格"
|
|
|
|
|
android:textColor="#000000"
|
|
|
|
|
android:textSize="30dp"/>
|
|
|
|
|
<!-- 这是性别-->
|
|
|
|
|
|
|
|
|
|
<!-- 这是地区-->
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="20dp"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:layout_below="@+id/person_username"
|
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
|
android:background="@drawable/ic_global_menu_nearby"/>
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:layout_marginTop="45dp"
|
|
|
|
|
android:text="未登录"
|
|
|
|
|
android:textSize="24dp"
|
|
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_region"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:text="湖南省长沙市"
|
|
|
|
|
android:layout_marginLeft="23dp"
|
|
|
|
|
android:textColor="#c0c0c0"
|
|
|
|
|
android:textSize="15dp"
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:layout_below="@id/person_username">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="15dp"
|
|
|
|
|
android:layout_height="15dp"
|
|
|
|
|
android:layout_alignRight="@+id/personal_region"
|
|
|
|
|
android:layout_marginRight="85dp"
|
|
|
|
|
android:src="@drawable/ic_global_menu_nearby"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/personal_region"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignRight="@+id/username_profession"
|
|
|
|
|
android:layout_marginRight="9dp"
|
|
|
|
|
android:textSize="14dp"
|
|
|
|
|
android:text="湖南省长沙市"/>
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
|
android:id="@+id/username_profession"
|
|
|
|
|
android:layout_width="4dp"
|
|
|
|
|
android:layout_height="18dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
app:cardBackgroundColor="#c0c0c0"/>
|
|
|
|
|
<!-- 职业-->
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="15dp"
|
|
|
|
|
android:layout_height="15dp"
|
|
|
|
|
android:layout_alignLeft="@id/person_profession"
|
|
|
|
|
android:layout_marginLeft="-15dp"
|
|
|
|
|
android:src="@drawable/anonymous"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_profession"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="学生"
|
|
|
|
|
android:textSize="14dp"
|
|
|
|
|
android:layout_alignLeft="@+id/username_profession"
|
|
|
|
|
android:layout_marginLeft="25dp"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="200dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@+id/person_username"
|
|
|
|
|
android:layout_marginTop="5dp"/>
|
|
|
|
|
<!-- 这里设置个性签名的图片-->
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/person_gexingqianming_image"
|
|
|
|
|
android:layout_width="20dp"
|
|
|
|
|
android:layout_height="20dp"
|
|
|
|
|
android:background="@drawable/draw13"
|
|
|
|
|
android:layout_below="@+id/person_region"
|
|
|
|
|
android:layout_marginTop="-4dp"/>
|
|
|
|
|
<!-- 这里设置个性签名,暂时不能超过15个字符-->
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_gexingqianming"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_marginLeft="28dp"
|
|
|
|
|
android:layout_marginTop="-3dp"
|
|
|
|
|
android:layout_below="@+id/person_region"
|
|
|
|
|
android:textSize="15dp"
|
|
|
|
|
android:textColor="#c0c0c0"
|
|
|
|
|
|
|
|
|
|
android:text="成军于三湘在四海中闯荡"/>
|
|
|
|
|
<!-- 圆形头像-->
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/iv_avatar"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
app:civ_border_color="#e0e0e0"
|
|
|
|
|
app:civ_border_width="4dp"
|
|
|
|
|
android:elevation="74dp"
|
|
|
|
|
/>
|
|
|
|
|
<!-- 接下来是收藏,drug ,粉丝-->
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/Collection_num"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
android:layout_alignTop="@id/iv_avatar"
|
|
|
|
|
android:layout_marginTop="101dp"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
android:text="212"
|
|
|
|
|
android:textSize="24dp"
|
|
|
|
|
android:textColor="#000000"
|
|
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_alignTop="@id/Collection_num"
|
|
|
|
|
android:layout_marginTop="36dp"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
android:textColor="#d0d0d0"
|
|
|
|
|
android:text="收藏"
|
|
|
|
|
android:textSize="16dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/drug_num"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
android:layout_alignTop="@+id/iv_avatar"
|
|
|
|
|
android:layout_marginTop="101dp"
|
|
|
|
|
android:layout_marginLeft="90dp"
|
|
|
|
|
android:text="222"
|
|
|
|
|
android:textSize="24dp"
|
|
|
|
|
android:textColor="#000000"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_alignTop="@+id/drug_num"
|
|
|
|
|
android:layout_marginTop="36dp"
|
|
|
|
|
|
|
|
|
|
android:layout_marginLeft="90dp"
|
|
|
|
|
android:text="drug"
|
|
|
|
|
android:textColor="#d0d0d0"
|
|
|
|
|
android:textSize="16dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/fans_num"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
android:layout_alignTop="@+id/iv_avatar"
|
|
|
|
|
android:layout_marginTop="101dp"
|
|
|
|
|
android:layout_marginLeft="170dp"
|
|
|
|
|
android:text="14"
|
|
|
|
|
android:textSize="24dp"
|
|
|
|
|
android:textColor="#000000"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_alignTop="@id/fans_num"
|
|
|
|
|
android:layout_marginTop="36dp"
|
|
|
|
|
android:layout_marginLeft="170dp"
|
|
|
|
|
android:text="粉丝"
|
|
|
|
|
android:textColor="#d0d0d0"
|
|
|
|
|
android:textSize="16dp"/>
|
|
|
|
|
|
|
|
|
|
<!-- 二维码图片按钮-->
|
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
|
>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/follow_area"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginLeft="14dp">
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/follow_image"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="关注"
|
|
|
|
|
android:textSize="18dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/follow_image"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="23"
|
|
|
|
|
android:textSize="15dp"
|
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/star_area"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true">
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/star_image"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="收藏"
|
|
|
|
|
android:textSize="18dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/star_image"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="90"
|
|
|
|
|
android:textSize="15dp"
|
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/fans_area"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_marginRight="14dp">
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/fans_image"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="粉丝"
|
|
|
|
|
android:textSize="18dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/fans_image"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:text="23"
|
|
|
|
|
android:textSize="15dp"
|
|
|
|
|
android:layout_marginTop="4dp"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/QRCode"
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="120dp"
|
|
|
|
|
android:layout_width="160dp"
|
|
|
|
|
android:layout_height="160dp"
|
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
|
android:layout_marginBottom="-60dp"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:layout_marginRight="-60dp"
|
|
|
|
|
android:elevation="10dp"
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android:layout_marginBottom="-80dp"
|
|
|
|
|
android:layout_marginRight="-80dp"
|
|
|
|
|
android:src="@drawable/qrcodeimage"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
设置几个选项
|
|
|
|
|
<!-- 头像-->
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/iv_avatar"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:elevation="20dp"
|
|
|
|
|
app:civ_border_width="1dp"
|
|
|
|
|
app:civ_border_color="#ffffff"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:layout_marginTop="-40dp"
|
|
|
|
|
android:layout_alignTop="@+id/personal_head_card"
|
|
|
|
|
android:src="@drawable/draw7"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 设置几个选项 饮食爱好什么的-->
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
|
android:id="@+id/person_cardview"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_width="400dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:cardBackgroundColor="@color/white"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
@ -274,130 +310,102 @@
|
|
|
|
|
app:cardCornerRadius="10dp"
|
|
|
|
|
app:cardElevation="20dp"
|
|
|
|
|
app:cardMaxElevation="20dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:layout_below="@+id/personal_head_card">
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/person_cardview_relativeLayout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout1"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_width="75dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginLeft="30dp">
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/diet_hobby"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
|
|
|
|
|
android:src="@drawable/mushroom"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:src="@drawable/foodhobby"
|
|
|
|
|
app:civ_border_width="0dp" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:id="@+id/diet_hobby_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="饮食爱好"
|
|
|
|
|
android:layout_below="@id/diet_hobby"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
></TextView>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout2"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignLeft="@+id/person_cardview_relalinearLayout1"
|
|
|
|
|
android:layout_marginLeft="90dp"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
>
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/person_calender"
|
|
|
|
|
android:layout_width="35dp"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
|
|
|
|
|
android:src="@drawable/origamicoloredpencil06"
|
|
|
|
|
app:civ_border_width="0dp"
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_calender_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout2"
|
|
|
|
|
android:layout_width="75dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="日历"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:id="@+id/person_cardview_relalinearLayout3"-->
|
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|
|
<!-- android:orientation="vertical"-->
|
|
|
|
|
<!-- android:layout_marginTop="10dp"-->
|
|
|
|
|
<!-- android:layout_alignParentRight="true"-->
|
|
|
|
|
<!-- android:layout_marginRight="30dp">-->
|
|
|
|
|
<!-- <de.hdodenhof.circleimageview.CircleImageView-->
|
|
|
|
|
<!-- android:id="@+id/person_article"-->
|
|
|
|
|
<!-- android:layout_width="50dp"-->
|
|
|
|
|
<!-- android:layout_height="50dp"-->
|
|
|
|
|
|
|
|
|
|
<!-- android:src="@drawable/tuya_pc_icon_09"-->
|
|
|
|
|
<!-- app:civ_border_width="0dp"/>-->
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- android:id="@+id/person_calender_text1"-->
|
|
|
|
|
<!-- android:layout_width="wrap_content"-->
|
|
|
|
|
<!-- android:layout_height="wrap_content"-->
|
|
|
|
|
<!-- android:text="我的文章"-->
|
|
|
|
|
<!-- android:layout_gravity="center_horizontal"/>-->
|
|
|
|
|
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout4"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignLeft="@+id/person_cardview_relalinearLayout2"
|
|
|
|
|
android:layout_marginLeft="90dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
>
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/person_Healthrecommendation"
|
|
|
|
|
android:layout_width="35dp"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
|
|
|
|
|
android:src="@drawable/origamicoloredpencil02"
|
|
|
|
|
app:civ_border_width="0dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_Healthrecommendation_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
>
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/person_calender"
|
|
|
|
|
android:layout_width="35dp"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:src="@drawable/canlendar"
|
|
|
|
|
app:civ_border_width="0dp"
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_calender_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="日历"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_below="@id/person_calender"
|
|
|
|
|
android:layout_centerHorizontal="true"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout4"
|
|
|
|
|
android:layout_width="75dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="养生推荐"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
>
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/person_Healthrecommendation"
|
|
|
|
|
android:layout_width="35dp"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:src="@drawable/healthrecommendation"
|
|
|
|
|
app:civ_border_width="0dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_Healthrecommendation_text"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="养生推荐"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_below="@id/person_Healthrecommendation"
|
|
|
|
|
android:layout_centerHorizontal="true"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/person_cardview_relalinearLayout5"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_width="75dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_alignLeft="@+id/person_cardview_relalinearLayout4"
|
|
|
|
|
android:layout_marginLeft="90dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_centerHorizontal="true">
|
|
|
|
|
android:layout_marginTop="10dp">
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/person_messagenotification"
|
|
|
|
|
android:layout_width="35dp"
|
|
|
|
|
android:layout_height="35dp"
|
|
|
|
|
|
|
|
|
|
android:src="@drawable/tuya_pc_icon_19"
|
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
|
android:src="@drawable/messageremind"
|
|
|
|
|
app:civ_border_width="0dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/person_messagenotification_text"
|
|
|
|
@ -405,11 +413,12 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="消息通知"
|
|
|
|
|
android:textSize="12dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"/>
|
|
|
|
|
android:layout_below="@id/person_messagenotification"
|
|
|
|
|
android:layout_centerHorizontal="true"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|