Merge remote-tracking branch 'origin/dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0' into dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0

This commit is contained in:
wangmingjun
2023-03-21 11:50:00 +08:00
2 changed files with 6 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ class StatusBarView @JvmOverloads constructor(
init {
LayoutInflater.from(context).inflate(R.layout.m1_statusview_datetime, this, true)
setBackgroundColor(ContextCompat.getColor(context,R.color.bus_p_m1_80ffffff))
isClickable = true
isFocusable = true
}
override fun onAttachedToWindow() {

View File

@@ -46,8 +46,9 @@
android:layout_gravity="center"
android:layout_marginStart="@dimen/dp_32" />
<SeekBar
<ProgressBar
android:id="@+id/progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="@dimen/dp_115"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_40"
@@ -57,9 +58,8 @@
app:layout_constraintStart_toEndOf="@+id/blueToothView"
android:maxHeight="@dimen/dp_10"
android:minHeight="@dimen/dp_10"
android:splitTrack="false"
android:progressDrawable="@drawable/taxi_video_seekbar_style"
android:thumb="@null" />
android:background="@null"
android:progressDrawable="@drawable/taxi_video_seekbar_style" />
<TextView
android:id="@+id/tv_power_cos"