[M2]M2-p UI更新
This commit is contained in:
@@ -156,7 +156,8 @@
|
|||||||
android:background="@drawable/bg_dashed_line"
|
android:background="@drawable/bg_dashed_line"
|
||||||
android:layout_marginTop="@dimen/dp_76"
|
android:layout_marginTop="@dimen/dp_76"
|
||||||
app:layout_constraintTop_toTopOf="@+id/img_time_bg"
|
app:layout_constraintTop_toTopOf="@+id/img_time_bg"
|
||||||
app:layout_constraintLeft_toLeftOf="@+id/speed_tv"/>
|
app:layout_constraintStart_toStartOf="@+id/speed_tv"
|
||||||
|
app:layout_constraintEnd_toEndOf="@+id/img_line_location_bg"/>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:id="@+id/no_line_tv"
|
android:id="@+id/no_line_tv"
|
||||||
@@ -198,7 +199,6 @@
|
|||||||
android:textSize="@dimen/dp_36"
|
android:textSize="@dimen/dp_36"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:text="--"
|
android:text="--"
|
||||||
android:layout_marginTop="@dimen/dp_4"
|
|
||||||
app:layout_constraintTop_toBottomOf="@+id/dashed_line"
|
app:layout_constraintTop_toBottomOf="@+id/dashed_line"
|
||||||
app:layout_constraintLeft_toLeftOf="@+id/speed_tv"
|
app:layout_constraintLeft_toLeftOf="@+id/speed_tv"
|
||||||
android:textColor="@color/m2_current_time_tv_color"/>
|
android:textColor="@color/m2_current_time_tv_color"/>
|
||||||
@@ -210,6 +210,7 @@
|
|||||||
android:layout_marginLeft="@dimen/dp_10"
|
android:layout_marginLeft="@dimen/dp_10"
|
||||||
app:layout_constraintLeft_toRightOf="@+id/current_time_tv"
|
app:layout_constraintLeft_toRightOf="@+id/current_time_tv"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/current_time_tv"
|
app:layout_constraintBottom_toBottomOf="@+id/current_time_tv"
|
||||||
|
android:layout_marginBottom="@dimen/dp_6"
|
||||||
android:textSize="@dimen/dp_16"
|
android:textSize="@dimen/dp_16"
|
||||||
android:text="--"
|
android:text="--"
|
||||||
android:textColor="@color/m2_line_during_tv_color"/>
|
android:textColor="@color/m2_line_during_tv_color"/>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<string name="m2_p_station_title_tv">下一站:</string>
|
<string name="m2_p_station_title_tv">下一站:</string>
|
||||||
<string name="m2_p_station_title_arrived_tv">已到站:</string>
|
<string name="m2_p_station_title_arrived_tv">已到站:</string>
|
||||||
<string name="m2_p_empty_tv">暂无站点</string>
|
<string name="m2_p_empty_tv">暂无站点</string>
|
||||||
<string name="m2_p_empty_remain_km_minute">-公里 | -分钟</string>
|
<string name="m2_p_empty_remain_km_minute">—公里 | —分钟</string>
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user