From 5dc2bafac63acefbc062830b2403b24bdff054f3 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Thu, 24 Sep 2020 20:01:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=9B=AE=E7=9A=84=E5=9C=B0=E8=BD=A6?= =?UTF-8?q?=E5=8F=8B=E7=99=BD=E5=A4=A9=E6=A8=A1=E5=BC=8F2?= 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 | 3 +++ 1 file changed, 3 insertions(+) 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 429a88d5a0..ca3b363f83 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 @@ -26,6 +26,7 @@ android:layout_marginLeft="@dimen/module_services_panel_item_nickname_marginLeft" android:textColor="@color/module_services_panel_item_nickname_textColor" android:textSize="@dimen/module_services_panel_item_nickname_textSize" + android:textStyle="bold" app:layout_constraintLeft_toRightOf="@+id/module_services_id_panel_item_avatar" app:layout_constraintTop_toTopOf="parent" tools:text="1111111" /> @@ -47,6 +48,7 @@ android:layout_marginLeft="@dimen/module_services_id_panel_item_distance_marginLeft" android:textColor="@color/module_services_panel_item_nickname_textColor" android:textSize="@dimen/module_services_panel_item_distance_textSize" + android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@+id/module_services_id_panel_item_distance_tag" tools:text="980M" /> @@ -58,6 +60,7 @@ android:layout_height="wrap_content" android:padding="@dimen/module_services_panel_item_detail_padding" android:text="@string/module_services_panel_item_detail_text" + android:textStyle="bold" android:textColor="@color/module_services_panel_item_detail_textColor" android:textSize="@dimen/module_services_panel_item_detail_textSize" app:layout_constraintBottom_toBottomOf="parent"