[3.4.0] ui seekbar width fix
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/sb_light_bar"
|
||||
android:layout_width="@dimen/dp_376"
|
||||
android:layout_width="@dimen/dp_380"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_141"
|
||||
android:layout_marginTop="@dimen/dp_24"
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/sb_voice_bar"
|
||||
android:layout_width="@dimen/dp_376"
|
||||
android:layout_width="@dimen/dp_380"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_141"
|
||||
android:layout_marginTop="@dimen/dp_24"
|
||||
|
||||
Reference in New Issue
Block a user