diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2023-01-06 22:52:46 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2023-01-13 16:32:09 -0500 |
| commit | e70b57fe8a5b4acddb6cbf98b7af0bcbf8b3caa0 (patch) | |
| tree | 88b852087723bef265d086a3399bdba77f269bbf /Source/Android/app/src | |
| parent | 27e64e6855132c434526b110a9970a916a2b0304 (diff) | |
Android: Adjust width of slider value text view
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/dialog_slider.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/layout/dialog_slider.xml b/Source/Android/app/src/main/res/layout/dialog_slider.xml index a83befbb8c..fdb2ffdecb 100644 --- a/Source/Android/app/src/main/res/layout/dialog_slider.xml +++ b/Source/Android/app/src/main/res/layout/dialog_slider.xml @@ -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" |
