|
@@ -176,49 +176,65 @@
|
|
|
android:background="@color/white"
|
|
|
android:clickable="true"
|
|
|
android:orientation="horizontal"
|
|
|
- android:padding="8dp">
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:paddingTop="8dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
android:src="@drawable/mine_nearby_people" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_weight="7"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:text="附近的人"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/right_arrow" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="right"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/imageView3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:src="@drawable/right_arrow" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<!--我的便民帖-->
|
|
|
<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/grey_light_light"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:id="@+id/mine_fragment_trade"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
android:clickable="true"
|
|
|
android:orientation="horizontal"
|
|
|
- android:padding="8dp">
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:paddingTop="8dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
android:src="@drawable/mine_trade" />
|
|
|
|
|
|
<TextView
|
|
@@ -227,54 +243,69 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="8dp"
|
|
|
android:layout_marginStart="8dp"
|
|
|
- android:layout_weight="7"
|
|
|
android:text="我的快讯广告"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/right_arrow" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/imageView4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/right_arrow" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<!--设置-->
|
|
|
<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/grey_light_light"
|
|
|
+ android:orientation="horizontal"></LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:id="@+id/mine_fragment_setting"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
android:clickable="true"
|
|
|
android:orientation="horizontal"
|
|
|
- android:padding="8dp">
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ android:paddingLeft="20dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:paddingTop="8dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
android:src="@drawable/mine_settings" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_weight="8"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:text="设置"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
- android:layout_marginRight="8dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:src="@drawable/right_arrow" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/imageView5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/right_arrow" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|