mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Android: Adjust width of slider value text view
This commit is contained in:
parent
27e64e6855
commit
e70b57fe8a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_value"
|
android:id="@+id/text_value"
|
||||||
android:layout_width="26dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="@dimen/spacing_medlarge"
|
android:layout_marginStart="@dimen/spacing_medlarge"
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
@ -25,7 +25,7 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@id/text_units"
|
app:layout_constraintEnd_toStartOf="@id/text_units"
|
||||||
app:layout_constraintStart_toEndOf="@id/slider"
|
app:layout_constraintStart_toEndOf="@id/slider"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
tools:text="100" />
|
tools:text="10000" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_units"
|
android:id="@+id/text_units"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user