优化1
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
android:orientation="vertical">
|
||||
<!-- Nickname -->
|
||||
<LinearLayout
|
||||
android:id="@+id/row_nickname"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:gravity="center_vertical"
|
||||
@@ -117,6 +118,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
android:id="@+id/tv_nickname_value"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Nickname"
|
||||
@@ -138,6 +140,7 @@
|
||||
|
||||
<!-- Gender -->
|
||||
<LinearLayout
|
||||
android:id="@+id/row_gender"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:gravity="center_vertical"
|
||||
@@ -159,6 +162,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
android:id="@+id/tv_gender_value"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Gender"
|
||||
@@ -180,6 +184,7 @@
|
||||
|
||||
<!-- User ID -->
|
||||
<LinearLayout
|
||||
android:id="@+id/row_userid"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:gravity="center_vertical"
|
||||
@@ -201,6 +206,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
android:id="@+id/tv_userid_value"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="88888888"
|
||||
|
||||
Reference in New Issue
Block a user