[bugfix]
[样式修改]
This commit is contained in:
@@ -235,9 +235,6 @@ class StartAutopilotView : WindowRelativeLayout, StartAutopilotViewModel.StartAu
|
||||
starting_autopilot_view_close.onClick {
|
||||
closeAllAnimsAndView()
|
||||
}
|
||||
v_xiaozhi_belt_info_bg.onClick {
|
||||
handleStartAutopilotBtnStatus(true)
|
||||
}
|
||||
taxiPXiaozhiBelt?.start()
|
||||
}
|
||||
|
||||
|
||||
@@ -96,6 +96,9 @@ internal class InfoVideoView @JvmOverloads constructor(
|
||||
|
||||
override fun onVisibilityChanged(changedView: View, visibility: Int) {
|
||||
super.onVisibilityChanged(changedView, visibility)
|
||||
if(changedView!=this){
|
||||
return
|
||||
}
|
||||
val carouselLayoutManager = rvVideoPlaylist?.layoutManager as CarouselLayoutManager
|
||||
val (centerItemPosition: Int, player) = getPlayer(carouselLayoutManager)
|
||||
when (visibility) {
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
<TextClock
|
||||
android:id="@+id/cl_order_time"
|
||||
android:format12Hour="M月d日 HH:mm"
|
||||
android:format24Hour="M月d日 HH:mm"
|
||||
android:format12Hour="M月d日 "
|
||||
android:format24Hour="M月d日 "
|
||||
android:gravity="center"
|
||||
android:fontFamily="@font/din"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -23,6 +23,21 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<TextClock
|
||||
android:id="@+id/cl_order_time_hhmm"
|
||||
android:format12Hour="HH:mm"
|
||||
android:format24Hour="HH:mm"
|
||||
android:gravity="center"
|
||||
android:fontFamily="@font/din"
|
||||
app:layout_constraintStart_toEndOf="@+id/cl_order_time"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:textColor="@color/taxi_p_111D2F"
|
||||
android:letterSpacing="0.1"
|
||||
android:textSize="@dimen/dp_52"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/actv_precisionmap_press"
|
||||
android:visibility="gone"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/infoVideoPlaylist"
|
||||
android:layout_marginTop="67dp"
|
||||
android:layout_marginTop="@dimen/dp_44"
|
||||
app:vpi_orientation="horizontal"
|
||||
app:vpi_slide_mode="scale"
|
||||
app:vpi_slider_checked_color="@color/taxi_p_traffic_light_red_color_up"
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
android:layout_marginRight="@dimen/dp_113"
|
||||
android:gravity="right"
|
||||
android:textColor="@color/taxi_p_303C52"
|
||||
android:fontFamily="@font/din"
|
||||
android:textSize="@dimen/dp_56"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -114,6 +115,7 @@
|
||||
android:layout_marginRight="@dimen/dp_113"
|
||||
android:gravity="right"
|
||||
android:textSize="@dimen/dp_56"
|
||||
android:fontFamily="@font/din"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/taxi_p_303C52"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user