[6.5.0]行程总结UI调整

This commit is contained in:
xuxinchao
2024-07-05 15:09:04 +08:00
parent b4aec00ad0
commit 3bcacb2ca4
13 changed files with 139 additions and 146 deletions

View File

@@ -40,8 +40,8 @@ class ItinerarySummaryDialog(context: Context, isDriver: Boolean, theme: Int) :
val params = window!!.attributes
if(isDriver){
setContentView(R.layout.dialog_itinerary_summary)
params.height = AutoSizeUtils.dp2px(context,840f)
params.width = AutoSizeUtils.dp2px(context,1600f)
params.height = AutoSizeUtils.dp2px(context,1200f)
params.width = AutoSizeUtils.dp2px(context,2300f)
}else{
setContentView(R.layout.dialog_itinerary_summary_p)
params.height = AutoSizeUtils.dp2px(context,1170f)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/dp_16"/>
<solid android:color="#121826" />
<corners android:radius="@dimen/dp_20"/>
<solid android:color="#384660" />
</shape>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/dp_20"/>
<solid android:color="#333E52" />
<corners android:radius="@dimen/dp_26"/>
<solid android:color="#202735" />
</shape>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#121826" />
<corners android:radius="@dimen/dp_20"
<solid android:color="#384660" />
<corners android:radius="@dimen/dp_26"
/>
<stroke
android:width="@dimen/dp_2"
android:color="#34425E" />
android:width="@dimen/dp_4"
android:color="#202735" />
</shape>

View File

@@ -1,56 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dp_1600"
android:layout_height="@dimen/dp_840"
android:layout_width="@dimen/dp_2300"
android:layout_height="@dimen/dp_1200"
android:background="@drawable/bg_itinerary_summary"
xmlns:app="http://schemas.android.com/apk/res-auto">
<ImageView
android:id="@+id/ivSummaryClose"
android:layout_width="@dimen/dp_50"
android:layout_height="@dimen/dp_50"
android:layout_width="@dimen/dp_100"
android:layout_height="@dimen/dp_100"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:src="@drawable/icon_summary_close"
android:contentDescription="@string/summary_close"
android:layout_marginEnd="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginEnd="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_30"
/>
<ImageView
android:id="@+id/ivSummaryZhi"
android:layout_width="@dimen/dp_135"
android:layout_height="@dimen/dp_114"
android:layout_width="@dimen/dp_193"
android:layout_height="@dimen/dp_193"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:src="@drawable/icon_summary_zhi"
android:contentDescription="@string/summary_zhi"
android:layout_marginTop="@dimen/dp_98"
android:layout_marginStart="@dimen/dp_565"
android:layout_marginTop="@dimen/dp_110"
android:layout_marginStart="@dimen/dp_814"
/>
<TextView
android:id="@+id/tvSummaryZhiContent"
android:layout_width="@dimen/dp_738"
android:layout_height="@dimen/dp_60"
app:layout_constraintTop_toTopOf="@id/ivSummaryZhi"
app:layout_constraintLeft_toRightOf="@id/ivSummaryZhi"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginStart="@dimen/dp_20"
android:layout_width="@dimen/dp_1055"
android:layout_height="@dimen/dp_86"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_marginTop="@dimen/dp_161"
android:layout_marginStart="@dimen/dp_1017"
android:background="@drawable/bg_summary_zhi_tip"
android:textColor="@color/white"
android:textSize="@dimen/sp_20"
android:textSize="@dimen/sp_28"
android:gravity="center"
android:text="全程 5km智慧道路护航 3km全息感知覆盖率 60%,车辆服务"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/clService"
android:layout_width="@dimen/dp_970"
android:layout_height="@dimen/dp_200"
app:layout_constraintTop_toBottomOf="@id/ivSummaryZhi"
android:layout_width="@dimen/dp_1373"
android:layout_height="@dimen/dp_285"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="@id/ivSummaryZhi"
android:layout_marginTop="@dimen/dp_40"
android:layout_marginTop="@dimen/dp_338"
android:background="@drawable/bg_summary_service"
>
@@ -58,206 +58,191 @@
android:id="@+id/tvIntersectionServices"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:textSize="@dimen/sp_20"
android:textColor="@color/summary_service_content"
android:layout_marginStart="@dimen/dp_62"
android:layout_marginBottom="@dimen/dp_62"
android:text="@string/summary_intersection_services"
android:layout_marginBottom="@dimen/dp_44"
android:layout_marginStart="@dimen/dp_39"
/>
android:textColor="@color/summary_service_content"
android:textSize="@dimen/sp_28"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<TextView
android:id="@+id/tvLightServices"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_62"
android:text="@string/summary_light_services"
android:textColor="@color/summary_service_content"
android:textSize="@dimen/sp_28"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/tvIntersectionServices"
app:layout_constraintRight_toLeftOf="@id/tvInfoTip"
android:textSize="@dimen/sp_20"
android:textColor="@color/summary_service_content"
android:text="@string/summary_light_services"
android:layout_marginBottom="@dimen/dp_44"
/>
app:layout_constraintRight_toLeftOf="@id/tvInfoTip" />
<TextView
android:id="@+id/tvInfoTip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_62"
android:text="@string/summary_info_tip"
android:textColor="@color/summary_service_content"
android:textSize="@dimen/sp_28"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/tvLightServices"
app:layout_constraintRight_toLeftOf="@id/tvVehicleTip"
android:textSize="@dimen/sp_20"
android:textColor="@color/summary_service_content"
android:text="@string/summary_info_tip"
android:layout_marginBottom="@dimen/dp_44"
/>
app:layout_constraintRight_toLeftOf="@id/tvVehicleTip" />
<TextView
android:id="@+id/tvVehicleTip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_62"
android:text="@string/summary_vehicle_tip"
android:textColor="@color/summary_service_content"
android:textSize="@dimen/sp_28"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/tvInfoTip"
app:layout_constraintRight_toLeftOf="@id/tvVulnerableTip"
android:textSize="@dimen/sp_20"
android:textColor="@color/summary_service_content"
android:text="@string/summary_vehicle_tip"
android:layout_marginBottom="@dimen/dp_44"
/>
app:layout_constraintRight_toLeftOf="@id/tvVulnerableTip" />
<TextView
android:id="@+id/tvVulnerableTip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:textSize="@dimen/sp_20"
android:textColor="@color/summary_service_content"
android:layout_marginEnd="@dimen/dp_62"
android:layout_marginBottom="@dimen/dp_62"
android:text="@string/summary_vulnerable_tip"
android:layout_marginBottom="@dimen/dp_44"
android:layout_marginEnd="@dimen/dp_39"
/>
android:textColor="@color/summary_service_content"
android:textSize="@dimen/sp_28"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:id="@+id/tvIntersectionServicesNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="@id/tvIntersectionServices"
app:layout_constraintBottom_toTopOf="@id/tvIntersectionServices"
app:layout_constraintRight_toLeftOf="@id/tvIntersectionServicesUnit"
android:textSize="@dimen/sp_72"
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_102"
app:layout_constraintBottom_toTopOf="@id/tvIntersectionServices"
app:layout_constraintHorizontal_chainStyle="packed"
/>
app:layout_constraintLeft_toLeftOf="@id/tvIntersectionServices"
app:layout_constraintRight_toLeftOf="@id/tvIntersectionServicesUnit" />
<TextView
android:id="@+id/tvIntersectionServicesUnit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@id/tvIntersectionServicesNum"
app:layout_constraintLeft_toRightOf="@id/tvIntersectionServicesNum"
app:layout_constraintRight_toRightOf="@id/tvIntersectionServices"
android:textSize="@dimen/sp_24"
android:textColor="@color/summary_service_num"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/summary_service_unit"
/>
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_34"
app:layout_constraintBottom_toBottomOf="@id/tvIntersectionServicesNum"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toRightOf="@id/tvIntersectionServicesNum"
app:layout_constraintRight_toRightOf="@id/tvIntersectionServices" />
<TextView
android:id="@+id/tvLightServicesNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="@id/tvLightServices"
app:layout_constraintBottom_toTopOf="@id/tvLightServices"
app:layout_constraintRight_toLeftOf="@id/tvLightServicesUnit"
android:textSize="@dimen/sp_72"
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_102"
app:layout_constraintBottom_toTopOf="@id/tvLightServices"
app:layout_constraintHorizontal_chainStyle="packed"
/>
app:layout_constraintLeft_toLeftOf="@id/tvLightServices"
app:layout_constraintRight_toLeftOf="@id/tvLightServicesUnit" />
<TextView
android:id="@+id/tvLightServicesUnit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintRight_toRightOf="@id/tvLightServices"
app:layout_constraintBottom_toBottomOf="@id/tvLightServicesNum"
app:layout_constraintLeft_toRightOf="@id/tvLightServicesNum"
android:textSize="@dimen/sp_24"
android:textColor="@color/summary_service_num"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/summary_service_unit"
/>
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_34"
app:layout_constraintBottom_toBottomOf="@id/tvLightServicesNum"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toRightOf="@id/tvLightServicesNum"
app:layout_constraintRight_toRightOf="@id/tvLightServices" />
<TextView
android:id="@+id/tvInfoTipNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="@id/tvInfoTip"
app:layout_constraintBottom_toTopOf="@id/tvInfoTip"
app:layout_constraintRight_toLeftOf="@id/tvInfoTipUnit"
android:textSize="@dimen/sp_72"
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_102"
app:layout_constraintBottom_toTopOf="@id/tvInfoTip"
app:layout_constraintHorizontal_chainStyle="packed"
/>
app:layout_constraintLeft_toLeftOf="@id/tvInfoTip"
app:layout_constraintRight_toLeftOf="@id/tvInfoTipUnit" />
<TextView
android:id="@+id/tvInfoTipUnit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toRightOf="@id/tvInfoTipNum"
app:layout_constraintBottom_toBottomOf="@id/tvInfoTipNum"
app:layout_constraintRight_toRightOf="@id/tvInfoTip"
android:textSize="@dimen/sp_24"
android:textColor="@color/summary_service_num"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/summary_service_unit"
/>
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_34"
app:layout_constraintBottom_toBottomOf="@id/tvInfoTipNum"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toRightOf="@id/tvInfoTipNum"
app:layout_constraintRight_toRightOf="@id/tvInfoTip" />
<TextView
android:id="@+id/tvVehicleTipNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toTopOf="@id/tvVehicleTip"
app:layout_constraintLeft_toLeftOf="@id/tvVehicleTip"
app:layout_constraintRight_toLeftOf="@id/tvVehicleTipUnit"
android:textSize="@dimen/sp_72"
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_102"
app:layout_constraintBottom_toTopOf="@id/tvVehicleTip"
app:layout_constraintHorizontal_chainStyle="packed"
/>
app:layout_constraintLeft_toLeftOf="@id/tvVehicleTip"
app:layout_constraintRight_toLeftOf="@id/tvVehicleTipUnit" />
<TextView
android:id="@+id/tvVehicleTipUnit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@id/tvVehicleTipNum"
app:layout_constraintRight_toRightOf="@id/tvVehicleTip"
app:layout_constraintLeft_toRightOf="@id/tvVehicleTipNum"
android:textSize="@dimen/sp_24"
android:textColor="@color/summary_service_num"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/summary_service_unit"
/>
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_34"
app:layout_constraintBottom_toBottomOf="@id/tvVehicleTipNum"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toRightOf="@id/tvVehicleTipNum"
app:layout_constraintRight_toRightOf="@id/tvVehicleTip" />
<TextView
android:id="@+id/tvVulnerableTipNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="@id/tvVulnerableTip"
app:layout_constraintBottom_toTopOf="@id/tvVulnerableTip"
app:layout_constraintRight_toLeftOf="@id/tvVulnerableTipUnit"
android:textSize="@dimen/sp_72"
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_102"
app:layout_constraintBottom_toTopOf="@id/tvVulnerableTip"
app:layout_constraintHorizontal_chainStyle="packed"
/>
app:layout_constraintLeft_toLeftOf="@id/tvVulnerableTip"
app:layout_constraintRight_toLeftOf="@id/tvVulnerableTipUnit" />
<TextView
android:id="@+id/tvVulnerableTipUnit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@id/tvVulnerableTipNum"
app:layout_constraintLeft_toRightOf="@id/tvVulnerableTipNum"
app:layout_constraintRight_toRightOf="@id/tvVulnerableTip"
android:textSize="@dimen/sp_24"
android:textColor="@color/summary_service_num"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/summary_service_unit"
/>
android:textColor="@color/summary_service_num"
android:textSize="@dimen/sp_34"
app:layout_constraintBottom_toBottomOf="@id/tvVulnerableTipNum"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toRightOf="@id/tvVulnerableTipNum"
app:layout_constraintRight_toRightOf="@id/tvVulnerableTip" />
</androidx.constraintlayout.widget.ConstraintLayout>
<View
android:id="@+id/viewDangerLayout"
android:layout_width="@dimen/dp_470"
android:layout_height="@dimen/dp_270"
android:layout_width="@dimen/dp_670"
android:layout_height="@dimen/dp_386"
app:layout_constraintTop_toBottomOf="@id/clService"
app:layout_constraintLeft_toLeftOf="@id/clService"
android:layout_marginTop="@dimen/dp_38"
android:layout_marginTop="@dimen/dp_42"
android:background="@drawable/bg_summary_achievement"
/>
@@ -267,10 +252,10 @@
app:layout_constraintLeft_toLeftOf="@id/viewDangerLayout"
app:layout_constraintRight_toRightOf="@id/viewDangerLayout"
app:layout_constraintTop_toTopOf="@id/viewDangerLayout"
android:textSize="@dimen/sp_30"
android:textSize="@dimen/sp_42"
android:textColor="@color/white"
android:text="@string/summary_danger_title"
android:layout_marginTop="@dimen/dp_44"
android:layout_marginTop="@dimen/dp_66"
/>
<TextView
@@ -282,7 +267,7 @@
app:layout_constraintRight_toLeftOf="@id/tvDangerUnit"
app:layout_constraintHorizontal_chainStyle="packed"
android:textColor="@color/summary_danger_num"
android:textSize="@dimen/sp_150"
android:textSize="@dimen/sp_214"
android:layout_marginTop="@dimen/dp_80"
/>
@@ -296,17 +281,17 @@
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_40"
android:textColor="@color/summary_danger_num"
android:textSize="@dimen/sp_40"
android:textSize="@dimen/sp_57"
android:text="@string/summary_service_unit"
/>
<View
android:id="@+id/viewEfficiencyLayout"
android:layout_width="@dimen/dp_470"
android:layout_height="@dimen/dp_270"
android:layout_width="@dimen/dp_670"
android:layout_height="@dimen/dp_386"
app:layout_constraintTop_toBottomOf="@id/clService"
app:layout_constraintRight_toRightOf="@id/clService"
android:layout_marginTop="@dimen/dp_38"
android:layout_marginTop="@dimen/dp_42"
android:background="@drawable/bg_summary_achievement"
/>
@@ -317,9 +302,9 @@
app:layout_constraintRight_toRightOf="@id/viewEfficiencyLayout"
app:layout_constraintTop_toTopOf="@id/viewEfficiencyLayout"
android:text="@string/summary_efficiency_title"
android:textSize="@dimen/sp_30"
android:textSize="@dimen/sp_42"
android:textColor="@color/white"
android:layout_marginTop="@dimen/dp_44"
android:layout_marginTop="@dimen/dp_66"
/>
<TextView
@@ -331,7 +316,7 @@
app:layout_constraintRight_toLeftOf="@id/tvEfficiencyUnit"
app:layout_constraintHorizontal_chainStyle="packed"
android:textColor="@color/summary_danger_num"
android:textSize="@dimen/sp_150"
android:textSize="@dimen/sp_214"
android:layout_marginTop="@dimen/dp_80"
/>
@@ -344,7 +329,7 @@
app:layout_constraintLeft_toRightOf="@id/tvEfficiencyNum"
app:layout_constraintHorizontal_chainStyle="packed"
android:layout_marginBottom="@dimen/dp_40"
android:textSize="@dimen/sp_40"
android:textSize="@dimen/sp_57"
android:textColor="@color/summary_danger_num"
android:text="@string/summary_efficiency_unit"
/>
@@ -352,24 +337,24 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@id/viewDangerLayout"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="@id/viewDangerLayout"
android:text="@string/summary_danger_tip"
android:textSize="@dimen/sp_16"
android:textSize="@dimen/sp_22"
android:textColor="@color/summary_tip"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_77"
android:layout_marginStart="@dimen/dp_m_10"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@id/viewEfficiencyLayout"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="@id/viewEfficiencyLayout"
android:text="@string/summary_powered"
android:textSize="@dimen/sp_16"
android:textSize="@dimen/sp_22"
android:textColor="@color/summary_tip"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_77"
/>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -23,7 +23,7 @@
android:layout_height="@dimen/dp_160"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:src="@drawable/icon_summary_zhi"
android:src="@drawable/icon_summary_zhi_p"
android:contentDescription="@string/summary_zhi"
android:layout_marginTop="@dimen/dp_150"
android:layout_marginStart="@dimen/dp_813"
@@ -37,7 +37,7 @@
app:layout_constraintLeft_toRightOf="@id/ivSummaryZhi"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginStart="@dimen/dp_20"
android:background="@drawable/bg_summary_zhi_tip"
android:background="@drawable/bg_summary_zhi_tip_p"
android:textColor="@color/black"
android:textSize="@dimen/sp_28"
android:gravity="center"
@@ -270,6 +270,7 @@
android:textSize="@dimen/sp_39"
android:textColor="@color/summary_danger_title"
android:text="@string/summary_danger_title"
android:layout_marginTop="@dimen/dp_58"
/>

View File

@@ -86,7 +86,7 @@
<color name="voice_user_end">#FF1E32D9</color>
<color name="voice_resp">#243959</color>
<color name="summary_service_content">#7C93C2</color>
<color name="summary_service_content">#66FFFFFF</color>
<color name="summary_service_content_p">#49546A</color>
<color name="summary_service_num">#FFFFFF</color>
<color name="summary_service_num_p">#464646</color>

View File

@@ -1027,6 +1027,8 @@
<dimen name="dp_999">999dp</dimen>
<dimen name="dp_1000">1000dp</dimen>
<dimen name="dp_1003">1003dp</dimen>
<dimen name="dp_1017">1017dp</dimen>
<dimen name="dp_1055">1055dp</dimen>
<dimen name="dp_1092">1092dp</dimen>
<dimen name="dp_1100">1100dp</dimen>
<dimen name="dp_1125">1125dp</dimen>
@@ -1034,11 +1036,13 @@
<dimen name="dp_1200">1200dp</dimen>
<dimen name="dp_1261">1261dp</dimen>
<dimen name="dp_1300">1300dp</dimen>
<dimen name="dp_1373">1373dp</dimen>
<dimen name="dp_1600">1600dp</dimen>
<dimen name="dp_1860">1860dp</dimen>
<dimen name="dp_1920">1920dp</dimen>
<dimen name="dp_2080">2080dp</dimen>
<dimen name="dp_2158">2158dp</dimen>
<dimen name="dp_2300">2300dp</dimen>
@@ -1079,14 +1083,17 @@
<dimen name="sp_48">48dp</dimen>
<dimen name="sp_52">52dp</dimen>
<dimen name="sp_55">55dp</dimen>
<dimen name="sp_57">57dp</dimen>
<dimen name="sp_69">69dp</dimen>
<dimen name="sp_72">72dp</dimen>
<dimen name="sp_76">76dp</dimen>
<dimen name="sp_90">90dp</dimen>
<dimen name="sp_94">94dp</dimen>
<dimen name="sp_102">102dp</dimen>
<dimen name="sp_120">120dp</dimen>
<dimen name="sp_150">150dp</dimen>
<dimen name="sp_195">195dp</dimen>
<dimen name="sp_214">214dp</dimen>
<dimen name="module_services_online_car_panel_title_margin_top">50dp</dimen>