From 33510075fee07daf9d2e8210025eebd9fe371e3c Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 24 Nov 2020 21:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=8F=8B=E5=88=97=E8=A1=A8=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E7=95=99=E7=99=BD-=E5=BE=85=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/module_services_online_car_panel_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mogo-module-service/src/main/res/layout/module_services_online_car_panel_item.xml b/modules/mogo-module-service/src/main/res/layout/module_services_online_car_panel_item.xml index ebc62bfc86..6bc69fe366 100644 --- a/modules/mogo-module-service/src/main/res/layout/module_services_online_car_panel_item.xml +++ b/modules/mogo-module-service/src/main/res/layout/module_services_online_car_panel_item.xml @@ -12,7 +12,7 @@ android:id="@+id/module_services_id_panel_item_avatar" android:layout_width="@dimen/module_services_panel_item_avatar_size" android:layout_height="@dimen/module_services_panel_item_avatar_size" - android:layout_marginStart="@dimen/dp_40" + android:layout_marginStart="@dimen/dp_25" android:src="@drawable/module_common_default_user_head" app:civ_border_color="@color/module_services_id_panel_item_avatar_border_color" app:civ_border_width="@dimen/module_services_id_panel_item_avatar_border_width" @@ -81,7 +81,7 @@ android:textStyle="bold" android:textColor="@color/module_services_panel_item_detail_textColor" android:textSize="@dimen/module_services_panel_item_detail_textSize" - android:layout_marginRight="@dimen/dp_40" + android:layout_marginRight="@dimen/dp_30" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />