diff --git a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
index 59722ee7ff..be1ab181c1 100644
--- a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
+++ b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml
@@ -76,8 +76,8 @@
app:layout_constraintLeft_toLeftOf="@+id/bus_p_cur_station_title"
app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_title" />
@@ -206,7 +206,7 @@
android:layout_height="wrap_content"
android:background="#f00"
android:text="Disable"
- android:textSize="30sp"
+ android:textSize="@dimen/dp_60"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -216,7 +216,7 @@
android:layout_height="wrap_content"
android:background="#0f0"
android:text="Enable"
- android:textSize="30sp"
+ android:textSize="@dimen/dp_60"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotDisable" />
@@ -226,7 +226,7 @@
android:layout_height="wrap_content"
android:background="#00f"
android:text="Running"
- android:textSize="30sp"
+ android:textSize="@dimen/dp_60"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotEnable" />
@@ -236,7 +236,7 @@
android:layout_height="wrap_content"
android:background="#f00"
android:text="Arrived"
- android:textSize="30sp"
+ android:textSize="@dimen/dp_60"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotRunning" />
diff --git a/OCH/mogo-och-bus/src/main/res/layout/bus_no_line_view.xml b/OCH/mogo-och-bus/src/main/res/layout/bus_no_line_view.xml
index 4d6ba6a01a..6d81e77fc7 100644
--- a/OCH/mogo-och-bus/src/main/res/layout/bus_no_line_view.xml
+++ b/OCH/mogo-och-bus/src/main/res/layout/bus_no_line_view.xml
@@ -8,8 +8,8 @@
\ No newline at end of file
diff --git a/OCH/mogo-och-bus/src/main/res/layout/item_och_bus_station.xml b/OCH/mogo-och-bus/src/main/res/layout/item_och_bus_station.xml
deleted file mode 100644
index 141dd9b506..0000000000
--- a/OCH/mogo-och-bus/src/main/res/layout/item_och_bus_station.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/OCH/mogo-och-common-module/src/main/res/layout/taxi_login_view.xml b/OCH/mogo-och-common-module/src/main/res/layout/taxi_login_view.xml
index 8201138841..89577408f8 100644
--- a/OCH/mogo-och-common-module/src/main/res/layout/taxi_login_view.xml
+++ b/OCH/mogo-och-common-module/src/main/res/layout/taxi_login_view.xml
@@ -9,6 +9,7 @@
diff --git a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiFragment.java b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiFragment.java
index 21ec411aee..0655477217 100644
--- a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiFragment.java
+++ b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiFragment.java
@@ -2,6 +2,8 @@ package com.mogo.och.taxi.ui;
import static com.mogo.eagle.core.utilcode.mogo.logger.scene.SceneConstant.M_TAXI;
+import android.graphics.drawable.Drawable;
+import android.graphics.drawable.ScaleDrawable;
import android.os.Build;
import android.os.Bundle;
import android.text.TextUtils;
@@ -36,6 +38,8 @@ import org.greenrobot.eventbus.ThreadMode;
import java.lang.ref.WeakReference;
import java.util.List;
+import me.jessyan.autosize.utils.AutoSizeUtils;
+
/**
* @author congtaowang
* @since 2021/1/18
@@ -191,13 +195,13 @@ public class TaxiFragment extends BaseTaxiTabFragment
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_back_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_back_btn.png
deleted file mode 100644
index 35e13ff68c..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_back_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_base_icon_not_in_autopilot.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_base_icon_not_in_autopilot.png
deleted file mode 100644
index 927296d690..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_base_icon_not_in_autopilot.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_close_navi_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_close_navi_icon.png
deleted file mode 100644
index 56525e7ed2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_close_navi_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_dot_line.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_dot_line.png
deleted file mode 100644
index a720a532ea..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_dot_line.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot.png
deleted file mode 100644
index 539e106058..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg.png
deleted file mode 100644
index ef5a5ea880..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg_pressed.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg_pressed.png
deleted file mode 100644
index 39194f8e55..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_bg_pressed.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_disable.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_disable.png
deleted file mode 100644
index 695515a366..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_disable.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_failed.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_failed.png
deleted file mode 100644
index 3347b2bfc2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_failed.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_loading.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_loading.png
deleted file mode 100644
index a71cf9a4f9..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_loading.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_success.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_success.png
deleted file mode 100644
index dd7dc2d6b2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_ic_autopilot_success.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arrived_station.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arrived_station.png
deleted file mode 100644
index 8a065b66dd..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arrived_station.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arriving_station.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arriving_station.png
deleted file mode 100644
index 4ed57a0e30..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_icon_arriving_station.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_green_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_green_nor.png
deleted file mode 100644
index bc9fed952d..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_green_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_red_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_red_nor.png
deleted file mode 100644
index 8732508ded..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_light_red_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_lightyellow_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_lightyellow_nor.png
deleted file mode 100644
index bae01408fd..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_lightyellow_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_masking.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_masking.png
deleted file mode 100644
index b33738106e..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_masking.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_arrow_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_arrow_icon.png
deleted file mode 100644
index a83b7c9e74..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_arrow_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_direction_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_direction_icon.png
deleted file mode 100755
index 1b96799531..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_direction_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_icon.png
deleted file mode 100644
index bd4e6ccde4..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_line_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_line_icon.png
deleted file mode 100644
index 7f758d5999..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_navi_line_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_out_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_out_btn.png
deleted file mode 100644
index a3a771d686..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_out_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_personal_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_personal_btn.png
deleted file mode 100644
index 0cb863cecb..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_personal_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_setting_btn_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_setting_btn_bg.png
deleted file mode 100644
index a21f54cc53..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_setting_btn_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_speed_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_speed_bg.png
deleted file mode 100644
index 62942a7a42..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_speed_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_long.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_long.png
deleted file mode 100755
index cf3e5a3778..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_long.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_medium.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_medium.png
deleted file mode 100755
index bdc2725468..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_switch_map_medium.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/end_maker_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/end_maker_icon.png
deleted file mode 100755
index 8acf113151..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/end_maker_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_normal.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_normal.png
deleted file mode 100755
index e98738b192..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_normal.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_select.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_select.png
deleted file mode 100755
index d3e0107c02..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_ai_select.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_normal.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_normal.png
deleted file mode 100755
index c0a978fc2b..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_normal.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_select.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_select.png
deleted file mode 100755
index ebacf3a11a..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_bad_case_select.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_station_start_end.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_station_start_end.png
deleted file mode 100644
index 04580a8f0d..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/icon_station_start_end.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/order_drive_mode_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/order_drive_mode_bg.png
deleted file mode 100644
index ec754b829f..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/order_drive_mode_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/start_maker_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/start_maker_icon.png
deleted file mode 100644
index 9eca61e199..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/start_maker_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_bg_selector.xml b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_bg_selector.xml
deleted file mode 100644
index e01265811f..0000000000
--- a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_bg_selector.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_status_bg.xml b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_status_bg.xml
deleted file mode 100644
index e323eca4c3..0000000000
--- a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_autopilot_status_bg.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_back_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_back_btn.png
deleted file mode 100644
index 35e13ff68c..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_back_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_base_icon_not_in_autopilot.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_base_icon_not_in_autopilot.png
deleted file mode 100644
index 927296d690..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_base_icon_not_in_autopilot.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_close_navi_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_close_navi_icon.png
deleted file mode 100644
index 56525e7ed2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_close_navi_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_dot_line.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_dot_line.png
deleted file mode 100644
index a720a532ea..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_dot_line.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot.png
deleted file mode 100644
index 539e106058..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg.png
deleted file mode 100644
index ef5a5ea880..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg_pressed.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg_pressed.png
deleted file mode 100644
index 39194f8e55..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_bg_pressed.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_disable.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_disable.png
deleted file mode 100644
index 695515a366..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_disable.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_failed.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_failed.png
deleted file mode 100644
index 3347b2bfc2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_failed.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_loading.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_loading.png
deleted file mode 100644
index a71cf9a4f9..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_loading.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_success.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_success.png
deleted file mode 100644
index dd7dc2d6b2..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_ic_autopilot_success.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arrived_station.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arrived_station.png
deleted file mode 100644
index 8a065b66dd..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arrived_station.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arriving_station.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arriving_station.png
deleted file mode 100644
index 4ed57a0e30..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_icon_arriving_station.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_green_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_green_nor.png
deleted file mode 100644
index bc9fed952d..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_green_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_red_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_red_nor.png
deleted file mode 100644
index 8732508ded..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_light_red_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_lightyellow_nor.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_lightyellow_nor.png
deleted file mode 100644
index bae01408fd..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_lightyellow_nor.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_masking.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_masking.png
deleted file mode 100644
index b33738106e..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_masking.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_arrow_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_arrow_icon.png
deleted file mode 100644
index a83b7c9e74..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_arrow_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_direction_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_direction_icon.png
deleted file mode 100755
index 1b96799531..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_direction_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_icon.png
deleted file mode 100644
index bd4e6ccde4..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_line_icon.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_line_icon.png
deleted file mode 100644
index 7f758d5999..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_navi_line_icon.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_out_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_out_btn.png
deleted file mode 100644
index a3a771d686..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_out_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_personal_btn.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_personal_btn.png
deleted file mode 100644
index 0cb863cecb..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_personal_btn.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_setting_btn_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_setting_btn_bg.png
deleted file mode 100644
index a21f54cc53..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_setting_btn_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_bg.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_bg.png
deleted file mode 100644
index 62942a7a42..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_bg.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_selector.xml b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_selector.xml
deleted file mode 100644
index c87ede1476..0000000000
--- a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_speed_selector.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_long.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_long.png
deleted file mode 100755
index cf3e5a3778..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_long.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_medium.png b/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_medium.png
deleted file mode 100755
index bdc2725468..0000000000
Binary files a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1600/taxi_switch_map_medium.png and /dev/null differ
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_grab_order_bt.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_grab_order_bt.xml
new file mode 100644
index 0000000000..8659116cbc
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_grab_order_bt.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_back.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_back.xml
new file mode 100644
index 0000000000..ec1ff5c06d
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_back.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_out.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_out.xml
new file mode 100644
index 0000000000..b505323904
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_operation_out.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_see_all_order.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_see_all_order.xml
new file mode 100644
index 0000000000..09e02705e4
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_see_all_order.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_selected_btn.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_selected_btn.xml
new file mode 100644
index 0000000000..ac27d621f3
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_selected_btn.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_unselected_btn.xml b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_unselected_btn.xml
new file mode 100644
index 0000000000..b29cd86d64
--- /dev/null
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/shape_size_taxi_unselected_btn.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_autopilot_bg_selector.xml b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_bg_selector.xml
similarity index 100%
rename from OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_autopilot_bg_selector.xml
rename to OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_bg_selector.xml
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_status_bg.xml b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_status_bg.xml
index 041d4e61c2..e323eca4c3 100644
--- a/OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_status_bg.xml
+++ b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_autopilot_status_bg.xml
@@ -2,13 +2,13 @@
-
-
+
-
-
+
diff --git a/OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_speed_selector.xml b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_speed_selector.xml
similarity index 100%
rename from OCH/mogo-och-taxi/src/main/res/drawable-xhdpi-2560x1440/taxi_speed_selector.xml
rename to OCH/mogo-och-taxi/src/main/res/drawable/taxi_speed_selector.xml
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/auto_or_manual_btn_view.xml b/OCH/mogo-och-taxi/src/main/res/layout/auto_or_manual_btn_view.xml
index 2bb20db45c..42d12d25ad 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/auto_or_manual_btn_view.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/auto_or_manual_btn_view.xml
@@ -17,7 +17,7 @@
android:layout_marginLeft="@dimen/dp_40"
android:text="@string/och_taxi_auto_txt"
android:textColor="#FFFFFF"
- android:textSize="24sp"/>
+ android:textSize="@dimen/dp_48"/>
+ android:textSize="@dimen/dp_48"/>
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml
index 124e600867..650a453c96 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml
@@ -59,8 +59,8 @@
@@ -153,8 +153,8 @@
app:layout_constraintLeft_toRightOf="@id/module_och_taxi_personal_layout">
@@ -174,8 +174,8 @@
@@ -191,8 +191,8 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/module_och_taxi_swich_map_layout">
@@ -209,8 +209,8 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/module_och_taxi_badcase_ll">
@@ -220,7 +220,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="模拟 自动驾驶Disable"
- android:textSize="20sp"
+ android:textSize="@dimen/dp_40"
android:visibility="gone"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -230,7 +230,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="模拟 自动驾驶Enable"
- android:textSize="20sp"
+ android:textSize="@dimen/dp_40"
android:visibility="gone"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotDisable" />
@@ -240,7 +240,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="模拟 自动驾驶Running"
- android:textSize="20sp"
+ android:textSize="@dimen/dp_40"
android:visibility="gone"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotEnable" />
@@ -249,7 +249,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="模拟 人机共驾"
- android:textSize="20sp"
+ android:textSize="@dimen/dp_40"
android:visibility="gone"
app:layout_constraintRight_toRightOf="@id/btnAutopilotDisable"
app:layout_constraintTop_toBottomOf="@id/btnAutopilotRunning" />
@@ -271,8 +271,8 @@
app:layout_constraintBottom_toBottomOf="parent" />
@@ -58,7 +58,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="210dp"
android:textColor="#CAD6FF"
- android:textSize="17sp"
+ android:textSize="@dimen/dp_34"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_goneMarginTop="50dp"
@@ -73,7 +73,7 @@
android:ellipsize="end"
android:lineSpacingExtra="10dp"
android:textColor="#FFFFFF"
- android:textSize="23sp"
+ android:textSize="@dimen/dp_46"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@+id/module_och_taxi_order_station_title_2"
tools:text="- -" />
@@ -87,7 +87,7 @@
android:lineSpacingExtra="16dp"
android:text="距离 - - 公里,用时 - - 分"
android:textColor="#CAD6FF"
- android:textSize="16sp"
+ android:textSize="@dimen/dp_32"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="@+id/module_och_taxi_order_station_2" />
@@ -196,8 +196,8 @@
android:textSize="28dp" />
@@ -273,7 +273,7 @@
android:gravity="center"
android:text="@string/module_och_taxi_order_server_start"
android:textColor="#4DFFFFFF"
- android:textSize="24sp"
+ android:textSize="@dimen/dp_48"
app:layout_constraintBottom_toBottomOf="parent" />
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_operation_tab_item_custom.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_operation_tab_item_custom.xml
index f3adc6e4de..7db8cad308 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_operation_tab_item_custom.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_operation_tab_item_custom.xml
@@ -11,15 +11,15 @@
android:gravity="center"
android:text="完成订单数"
android:textColor="#A7B6F0"
- android:textSize="20sp"
+ android:textSize="@dimen/dp_40"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
+
+ android:numColumns="2"
+ android:paddingLeft="144dp"
+ android:stretchMode="columnWidth"
+ android:verticalSpacing="50dp" />
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_checkbox_item.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_checkbox_item.xml
index 7f751168ca..6cc1730044 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_checkbox_item.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_checkbox_item.xml
@@ -2,7 +2,7 @@
@@ -66,7 +66,7 @@
android:layout_marginLeft="74dp"
android:text="上车:"
android:textColor="#5C5F8E"
- android:textSize="17sp"
+ android:textSize="@dimen/dp_34"
app:layout_constraintTop_toBottomOf="@+id/grab_order_reserver_time"
app:layout_constraintLeft_toLeftOf="parent"/>
@@ -75,8 +75,8 @@
app:layout_constraintTop_toBottomOf="@+id/grab_order_start_station_title"
app:layout_constraintLeft_toLeftOf="@+id/grab_order_reserver_time"
android:layout_marginTop="26dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="@dimen/dp_28"
+ android:layout_height="@dimen/dp_28"
android:src="@drawable/taxi_driver_circle_green_small" />
+ android:textSize="@dimen/dp_46" />
@@ -135,7 +135,7 @@
android:layout_width="@dimen/taxi_grab_order_start_station_width"
android:layout_height="wrap_content"
android:textColor="#181D6D"
- android:textSize="23sp" />
+ android:textSize="@dimen/dp_46" />
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_reserve_item.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_reserve_item.xml
index a107c7358f..1890c0baa1 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_reserve_item.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_order_reserve_item.xml
@@ -16,7 +16,7 @@
android:inputType="textMultiLine"
android:text="今天 9:00"
android:textColor="#CAD6FF"
- android:textSize="17sp"
+ android:textSize="@dimen/dp_34"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginBottom="26dp"/>
@@ -37,8 +37,8 @@
app:layout_constraintBottom_toBottomOf="@+id/base_start_station"
app:layout_constraintLeft_toLeftOf="@+id/to_be_order_time"
app:layout_constraintTop_toTopOf="@+id/base_start_station"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="@dimen/dp_28"
+ android:layout_height="@dimen/dp_28"
android:src="@drawable/taxi_driver_circle_green_small" />
+ android:textSize="@dimen/dp_36" />
+ android:textSize="@dimen/dp_36" />
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_orders_list_item.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_orders_list_item.xml
index 045fe93a86..b9d6794ace 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_orders_list_item.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_orders_list_item.xml
@@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:text="9:01"
android:textColor="#8E9DD4"
- android:textSize="20sp" />
+ android:textSize="@dimen/dp_40" />
+ android:textSize="@dimen/dp_24" />
+ android:textSize="@dimen/dp_24" />
+ android:textSize="@dimen/dp_44" />
@@ -83,8 +83,8 @@
app:layout_constraintBottom_toBottomOf="@+id/grab_order_end_station"
app:layout_constraintLeft_toLeftOf="@+id/grab_order_start_greenDot"
app:layout_constraintTop_toTopOf="@+id/grab_order_end_station"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="@dimen/dp_30"
+ android:layout_height="@dimen/dp_30"
android:src="@drawable/taxi_driver_circle_blue_big" />
+ android:textSize="@dimen/dp_44" />
+ android:textSize="@dimen/dp_44" />
+ android:textSize="@dimen/dp_24" />
+ android:textSize="@dimen/dp_24" />
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_server_orders_panel.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_server_orders_panel.xml
index f7ae4c3fdb..b52c347f82 100644
--- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_server_orders_panel.xml
+++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_server_orders_panel.xml
@@ -34,12 +34,12 @@
app:layout_constraintStart_toStartOf="parent"/>
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/values-sw320dp/dimens.xml b/OCH/mogo-och-taxi/src/main/res/values-sw320dp/dimens.xml
deleted file mode 100644
index 9839662706..0000000000
--- a/OCH/mogo-och-taxi/src/main/res/values-sw320dp/dimens.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
- 40dp
- 40dp
- 46dp
- 24dp
-
- 530dp
- 492dp
-
- 20dp
- 20dp
- 70dp
- 130dp
- 93dp
- 150dp
- 70dp
-
- 24dp
- 460dp
- 140dp
-
- 102dp
- 102dp
-
- 83dp
-
- 40dp
- 466dp
- 414dp
-
-
-
- 46dp
- 13dp
- 12dp
- 350dp
-
- 460dp
- 30dp
-
- 15dp
- 25dp
- 25dp
- 32dp
- 1dp
- 20dp
- 20dp
- 20dp
- 140dp
- 20dp
- 41dp
- 17dp
- 41dp
- 42dp
- 32dp
- 32dp
- 84dp
- 3dp
- 20dp
- 32dp
- 36dp
- 17dp
- 31.5dp
-
- 560dp
- 910dp
- 800dp
- 222dp
- 1120dp
- 162dp
- 446dp
- 400dp
- 160dp
- 432dp
- 64dp
- 616dp
- 132dp
- 300dp
- 240dp
- 400dp
- 160dp
- 280dp
- 120dp
-
- 220dp
- 420dp
- 220dp
-
- 16dp
-
- 225dp
- 154dp
- 60dp
- 40dp
- 23dp
- 210dp
- 120dp
- 15dp
- 17dp
- 154dp
- 130dp
- 60dp
-
- 34dp
-
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/values-xhdpi-2560x1440/dimens.xml b/OCH/mogo-och-taxi/src/main/res/values-xhdpi-2560x1440/dimens.xml
deleted file mode 100644
index bc2b378e25..0000000000
--- a/OCH/mogo-och-taxi/src/main/res/values-xhdpi-2560x1440/dimens.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
- 40dp
- 40dp
- 46dp
- 24dp
-
- 530dp
- 492dp
-
- 20dp
- 20dp
- 70dp
- 130dp
- 93dp
- 150dp
- 70dp
-
- 24dp
- 460dp
- 140dp
-
- 102dp
- 102dp
-
- 83dp
-
- 40dp
- 466dp
- 414dp
-
-
-
- 46dp
- 13dp
- 12dp
- 350dp
-
- 460dp
- 30dp
- 560dp
- 310dp
- 15dp
- 25dp
- 25dp
- 32dp
- 1dp
- 20dp
- 20dp
- 20dp
- 140dp
- 20dp
- 41dp
- 17dp
- 41dp
- 42dp
- 32dp
- 32dp
- 84dp
- 3dp
- 20dp
- 32dp
- 36dp
- 17dp
- 31.5dp
-
- 800dp
- 222dp
- 1120dp
- 162dp
- 446dp
- 400dp
- 160dp
- 432dp
- 64dp
- 616dp
- 132dp
- 300dp
- 240dp
- 400dp
- 160dp
- 280dp
- 120dp
-
- 220dp
- 420dp
- 220dp
-
- 16dp
-
- 225dp
- 154dp
- 60dp
- 40dp
- 23dp
- 210dp
- 120dp
- 15dp
- 17dp
- 154dp
- 130dp
- 60dp
-
- 34dp
-
\ No newline at end of file
diff --git a/OCH/mogo-och-taxi/src/main/res/values/dimens.xml b/OCH/mogo-och-taxi/src/main/res/values/dimens.xml
index da3c3d7e5a..089ad7c16f 100644
--- a/OCH/mogo-och-taxi/src/main/res/values/dimens.xml
+++ b/OCH/mogo-och-taxi/src/main/res/values/dimens.xml
@@ -1,65 +1,85 @@
+
+ 40dp
40dp
46dp
24dp
- 345dp
+ 530dp
492dp
- 15dp
- 15dp
- 40dp
- 50dp
- 50dp
- 70dp
- 40dp
+ 20dp
+ 20dp
+ 70dp
+ 130dp
+ 93dp
+ 150dp
+ 70dp
24dp
- 300dp
- 100dp
+ 460dp
+ 140dp
- 100dp
- 100dp
+ 102dp
+ 102dp
- 35dp
+ 83dp
- 15dp
- 300dp
- 270dp
+ 40dp
+ 466dp
+ 414dp
- 30dp
+
+
+ 46dp
13dp
12dp
- 288dp
+ 350dp
+
+
+ 560dp
+ 910dp
+
460dp
30dp
- 464dp
- 310dp
- 5dp
- 20dp
- 20dp
- 20dp
+
+
+ 15dp
+ 25dp
+ 25dp
+ 32dp
+
+
1dp
20dp
20dp
20dp
+
+
140dp
20dp
- 20dp
+ 41dp
17dp
- 20dp
- 26dp
- 20dp
- 20dp
- 64dp
+ 41dp
+
+
+ 42dp
+ 32dp
+ 32dp
+ 84dp
3dp
+
+
20dp
- 20dp
- 24dp
+ 32dp
+ 36dp
+
+
17dp
- 22.5dp
+ 31.5dp
+
800dp
222dp
@@ -83,8 +103,6 @@
420dp
220dp
- 40dp
-
16dp
225dp
diff --git a/OCH/mogo-och-taxi/src/main/res/values/styles.xml b/OCH/mogo-och-taxi/src/main/res/values/styles.xml
index 221bf2219e..4dc523b396 100644
--- a/OCH/mogo-och-taxi/src/main/res/values/styles.xml
+++ b/OCH/mogo-och-taxi/src/main/res/values/styles.xml
@@ -14,7 +14,7 @@
- @null