From e1cc5eb68e502fe32e00b633dd49c2a24f37b8dd Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 13 Oct 2020 21:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E9=9D=A2=E6=9D=BF-title=5Fsi?= =?UTF-8?q?ze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo-module-common/src/main/res/values-xhdpi/dimens.xml | 1 + modules/mogo-module-common/src/main/res/values/dimens.xml | 1 + .../src/main/res/layout/item_v2x_scennario_history.xml | 4 ++-- .../src/main/res/layout/module_v2x_event_share_item.xml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml b/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml index 6e9f52e0a4..8f60bbf8ef 100644 --- a/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml +++ b/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml @@ -1060,5 +1060,6 @@ 281px 90px 32px + 28px diff --git a/modules/mogo-module-common/src/main/res/values/dimens.xml b/modules/mogo-module-common/src/main/res/values/dimens.xml index d613e69033..bd36dac4cb 100644 --- a/modules/mogo-module-common/src/main/res/values/dimens.xml +++ b/modules/mogo-module-common/src/main/res/values/dimens.xml @@ -1051,5 +1051,6 @@ 150px 48px 17.5000px + 15.3125px diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml index e47f51edc5..da50969a5e 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml @@ -21,7 +21,7 @@ android:paddingBottom="@dimen/dp_3" android:text="违章停车" android:textColor="#ffffff" - android:textSize="@dimen/dp_28" + android:textSize="@dimen/panel_list_item_title_size" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -38,7 +38,7 @@ android:paddingBottom="@dimen/dp_3" android:text="待评价" android:textColor="#ffffff" - android:textSize="@dimen/dp_28" + android:textSize="@dimen/panel_list_item_title_size" app:layout_constraintBottom_toBottomOf="@+id/tagEventType" app:layout_constraintStart_toEndOf="@+id/tagEventType" app:layout_constraintTop_toTopOf="@+id/tagEventType" /> diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml index 542ae74669..f6aa04154c 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml @@ -23,7 +23,7 @@ android:paddingBottom="@dimen/dp_3" android:text="道路类型" android:textColor="#FFFFFF" - android:textSize="@dimen/dp_28" /> + android:textSize="@dimen/panel_list_item_title_size" />