Android: Adjust width of slider value text view
This commit is contained in:
parent
27e64e6855
commit
e70b57fe8a
|
@ -17,7 +17,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/text_value"
|
||||
android:layout_width="26dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/spacing_medlarge"
|
||||
android:gravity="end"
|
||||
|
@ -25,7 +25,7 @@
|
|||
app:layout_constraintEnd_toStartOf="@id/text_units"
|
||||
app:layout_constraintStart_toEndOf="@id/slider"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="100" />
|
||||
tools:text="10000" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_units"
|
||||
|
|
Loading…
Reference in New Issue