[m2] 修正电量进度可拖动问题
This commit is contained in:
@@ -30,8 +30,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"
|
||||
@@ -42,9 +43,8 @@
|
||||
android:maxHeight="@dimen/dp_8"
|
||||
android:minHeight="@dimen/dp_8"
|
||||
android:layout_marginRight="4dp"
|
||||
android:splitTrack="false"
|
||||
android:progressDrawable="@drawable/m2_power_seekbar_style"
|
||||
android:thumb="@null" />
|
||||
android:background="@null"
|
||||
android:progressDrawable="@drawable/m2_power_seekbar_style" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_power_cos"
|
||||
|
||||
Reference in New Issue
Block a user