排行榜UI修改
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
android:background="@color/three_text"
|
||||
android:clipChildren="false" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/view_group"
|
||||
android:layout_width="match_parent"
|
||||
@@ -44,6 +45,15 @@
|
||||
android:layout_marginTop="-25dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/personal_main_page_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp15"
|
||||
android:layout_alignBottom="@+id/view_group"
|
||||
android:src="@mipmap/icon_status1" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
@@ -240,32 +250,32 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_toEndOf="@+id/personal_main_page_age"
|
||||
android:background="@color/white"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="4dp">
|
||||
android:layout_below="@+id/personal_main_page_name">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tagVipImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/tag_member"
|
||||
android:layout_marginRight="4dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tagSVipImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:src="@mipmap/tag_supermember"
|
||||
android:layout_marginRight="4dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tagNewImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:src="@mipmap/tag_new"
|
||||
android:visibility="gone" />
|
||||
|
||||
@@ -273,7 +283,7 @@
|
||||
android:id="@+id/tagRealImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:src="@mipmap/ag_real"
|
||||
android:visibility="gone" />
|
||||
|
||||
@@ -281,7 +291,6 @@
|
||||
android:id="@+id/tagPhoneImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:src="@mipmap/tag_phone"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
@@ -290,22 +299,13 @@
|
||||
android:id="@+id/personal_main_page_sub_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/personal_main_page_name"
|
||||
android:layout_below="@+id/tagContainer"
|
||||
android:layout_marginTop="6dp"
|
||||
android:text="深圳 | 女神值:289"
|
||||
android:textColor="#848484"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/personal_main_page_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/personal_main_page_sub_info"
|
||||
android:layout_alignParentBottom="@+id/personal_main_page_sub_info"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_toEndOf="@+id/personal_main_page_sub_info"
|
||||
android:src="@mipmap/icon_status1" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_signer"
|
||||
|
||||
Reference in New Issue
Block a user