|
@@ -277,10 +277,11 @@
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@+id/fl"
|
|
android:layout_toEndOf="@+id/fl"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -315,19 +316,14 @@
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/icon_id_copy"
|
|
android:id="@+id/icon_id_copy"
|
|
|
- android:layout_width="15dp"
|
|
|
|
|
- android:layout_height="15dp"
|
|
|
|
|
|
|
+ android:layout_width="10dp"
|
|
|
|
|
+ android:layout_height="10dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginStart="5dp"
|
|
|
android:src="@mipmap/icon_id_copy"
|
|
android:src="@mipmap/icon_id_copy"
|
|
|
android:visibility="visible" />
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- <LinearLayout-->
|
|
<!-- <LinearLayout-->
|
|
@@ -526,6 +522,104 @@
|
|
|
|
|
|
|
|
-->
|
|
-->
|
|
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/group_self_edit"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ >
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/btn_edit_profile"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:minWidth="100dp"
|
|
|
|
|
+ android:paddingLeft="10dp"
|
|
|
|
|
+ android:paddingEnd="10dp"
|
|
|
|
|
+ android:text="@string/edit_profile"
|
|
|
|
|
+ android:textColor="#7D7D7D"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/btn_sign_day"
|
|
|
|
|
+ android:layout_width="40dp"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:padding="10dp"
|
|
|
|
|
+ android:src="@mipmap/sign_day"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/group_other_follow"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ <FrameLayout
|
|
|
|
|
+ android:id="@+id/btn_change_follow"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:minWidth="100dp"
|
|
|
|
|
+ tools:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/follow_yes"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
|
+ android:text="@string/following"
|
|
|
|
|
+ android:textColor="#7d7d7d"
|
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/follow_no"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="15dp"
|
|
|
|
|
+ android:layout_height="15dp"
|
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
|
+ android:src="@mipmap/add_white" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:text="@string/follow"
|
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/btn_chat"
|
|
|
|
|
+ android:layout_width="40dp"
|
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:padding="10dp"
|
|
|
|
|
+ android:src="@mipmap/icon_chat"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -544,15 +638,6 @@
|
|
|
android:textSize="13sp"
|
|
android:textSize="13sp"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
/>
|
|
/>
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/btn_modify"
|
|
|
|
|
- android:layout_width="11dp"
|
|
|
|
|
- android:layout_height="10dp"
|
|
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
|
|
- android:src="@mipmap/icon_sign_modify"
|
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
|
- />
|
|
|
|
|
-
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -672,129 +757,133 @@
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
android:id="@+id/group_shop"
|
|
android:id="@+id/group_shop"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="14dp"
|
|
android:layout_marginTop="14dp"
|
|
|
- android:visibility="gone"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/group_self_shop"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- tools:visibility="invisible"
|
|
|
|
|
- >
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/btn_shop_self"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="50dp"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:background="@drawable/textview_border_circle2"
|
|
|
|
|
- android:padding="13dp"
|
|
|
|
|
- app:tint="#404040"
|
|
|
|
|
- android:scaleType="centerCrop"
|
|
|
|
|
- android:src="@mipmap/icon_live_shop" />
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="3dp"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:text="@string/tip_16"
|
|
|
|
|
- android:textColor="#7D7D7D"
|
|
|
|
|
- android:textSize="12sp" />
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/btn_collect"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="50dp"
|
|
|
|
|
- android:layout_height="50dp"
|
|
|
|
|
- android:background="@drawable/textview_border_circle2"
|
|
|
|
|
- android:padding="13dp"
|
|
|
|
|
- android:scaleType="centerCrop"
|
|
|
|
|
- app:tint="#404040"
|
|
|
|
|
- android:src="@mipmap/icon_collect" />
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:text="@string/tip_17"
|
|
|
|
|
- android:textColor="#404040"
|
|
|
|
|
- android:textSize="13sp" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="3dp"
|
|
|
|
|
- android:singleLine="true"
|
|
|
|
|
- android:text="@string/tip_18"
|
|
|
|
|
- android:textColor="#7d7d7d"
|
|
|
|
|
- android:textSize="12sp" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ <!--
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/group_self_shop"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ tools:visibility="invisible"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/btn_shop_self"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="50dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:padding="13dp"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
|
+ android:src="@mipmap/icon_live_shop" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_16"
|
|
|
|
|
+ android:textColor="#7D7D7D"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/btn_collect"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="50dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:padding="13dp"
|
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ android:src="@mipmap/icon_collect" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_17"
|
|
|
|
|
+ android:textColor="#404040"
|
|
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_18"
|
|
|
|
|
+ android:textColor="#7d7d7d"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ -->
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/group_other_shop"
|
|
|
|
|
|
|
+ android:id="@+id/group_self_shop"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/btn_shop_other"
|
|
|
|
|
|
|
+ android:id="@+id/btn_shop_self"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
@@ -824,7 +913,7 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
@@ -853,7 +942,7 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
@@ -882,7 +971,7 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
|
|
+ android:visibility="visible"
|
|
|
tools:visibility="visible"
|
|
tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
@@ -906,72 +995,180 @@
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
- </FrameLayout>
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="33dp"
|
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:background="@color/white">
|
|
|
|
|
-
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/btn_edit_profile"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
|
|
+ android:id="@+id/group_other_shop"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:background="@drawable/bg_main_rounded"
|
|
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
>
|
|
>
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/edit_profile"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:text="@string/edit_profile"
|
|
|
|
|
- android:textColor="#ff333333"
|
|
|
|
|
- android:textSize="13sp"
|
|
|
|
|
- />
|
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/btn_shop_other"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ >
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/btn_add_friend"
|
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:layout_marginRight="20dp"
|
|
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:background="@drawable/bg_main_rounded"
|
|
|
|
|
- >
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:text="@string/add_friend"
|
|
|
|
|
- android:textColor="#ff333333"
|
|
|
|
|
- android:textSize="13sp"
|
|
|
|
|
- />
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/new_friends_count"
|
|
|
|
|
- android:layout_width="16dp"
|
|
|
|
|
- android:layout_height="16dp"
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:layout_width="50dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:padding="13dp"
|
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ android:src="@mipmap/icon_live_shop" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_15"
|
|
|
|
|
+ android:textColor="#404040"
|
|
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_16"
|
|
|
|
|
+ android:textColor="#7d7d7d"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/btn_live"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginLeft="5dp"
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:text="13"
|
|
|
|
|
- android:background="@drawable/bg_circle_1"
|
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
|
- android:textSize="11sp"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:visibility="invisible"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ >
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:background="@drawable/textview_border_circle2"
|
|
|
|
|
+ android:layout_width="50dp"
|
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
|
+ android:padding="13dp"
|
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
|
+ app:tint="#404040"
|
|
|
|
|
+ android:src="@mipmap/icon_record" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_19"
|
|
|
|
|
+ android:textColor="#404040"
|
|
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
|
+ android:text="@string/tip_20"
|
|
|
|
|
+ android:textColor="#7d7d7d"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+<!-- <LinearLayout-->
|
|
|
|
|
+<!-- android:layout_width="match_parent"-->
|
|
|
|
|
+<!-- android:layout_height="33dp"-->
|
|
|
|
|
+<!-- android:layout_marginTop="16dp"-->
|
|
|
|
|
+<!-- android:orientation="horizontal"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:background="@color/white">-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- <LinearLayout-->
|
|
|
|
|
+<!-- android:id="@+id/btn_edit_profile"-->
|
|
|
|
|
+<!-- android:layout_width="0dp"-->
|
|
|
|
|
+<!-- android:layout_height="match_parent"-->
|
|
|
|
|
+<!-- android:layout_weight="1"-->
|
|
|
|
|
+<!-- android:layout_marginLeft="20dp"-->
|
|
|
|
|
+<!-- android:orientation="horizontal"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:background="@drawable/bg_main_rounded"-->
|
|
|
|
|
+<!-- >-->
|
|
|
|
|
+<!-- <TextView-->
|
|
|
|
|
+<!-- android:id="@+id/edit_profile"-->
|
|
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
|
|
+<!-- android:layout_height="match_parent"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:text="@string/edit_profile"-->
|
|
|
|
|
+<!-- android:textColor="#ff333333"-->
|
|
|
|
|
+<!-- android:textSize="13sp"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- </LinearLayout>-->
|
|
|
|
|
+
|
|
|
|
|
+<!-- <LinearLayout-->
|
|
|
|
|
+<!-- android:id="@+id/btn_add_friend"-->
|
|
|
|
|
+<!-- android:layout_width="0dp"-->
|
|
|
|
|
+<!-- android:layout_height="match_parent"-->
|
|
|
|
|
+<!-- android:layout_marginRight="20dp"-->
|
|
|
|
|
+<!-- android:layout_marginLeft="20dp"-->
|
|
|
|
|
+<!-- android:layout_weight="1"-->
|
|
|
|
|
+<!-- android:orientation="horizontal"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:background="@drawable/bg_main_rounded"-->
|
|
|
|
|
+<!-- >-->
|
|
|
|
|
+<!-- <TextView-->
|
|
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
|
|
+<!-- android:layout_height="match_parent"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:text="@string/add_friend"-->
|
|
|
|
|
+<!-- android:textColor="#ff333333"-->
|
|
|
|
|
+<!-- android:textSize="13sp"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- <TextView-->
|
|
|
|
|
+<!-- android:id="@+id/new_friends_count"-->
|
|
|
|
|
+<!-- android:layout_width="16dp"-->
|
|
|
|
|
+<!-- android:layout_height="16dp"-->
|
|
|
|
|
+<!-- android:layout_marginLeft="5dp"-->
|
|
|
|
|
+<!-- android:gravity="center"-->
|
|
|
|
|
+<!-- android:text="13"-->
|
|
|
|
|
+<!-- android:background="@drawable/bg_circle_1"-->
|
|
|
|
|
+<!-- android:textColor="@color/white"-->
|
|
|
|
|
+<!-- android:textSize="11sp"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </LinearLayout>-->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<!-- </LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|