mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Fix[profile]: text accessibility
This commit is contained in:
parent
f9457442bd
commit
462baab5aa
@ -63,8 +63,11 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/vprof_editor_version_button"
|
android:id="@+id/vprof_editor_version_button"
|
||||||
android:layout_width="@dimen/_72sdp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
|
android:paddingHorizontal="@dimen/padding_large"
|
||||||
|
android:paddingVertical="0px"
|
||||||
|
|
||||||
|
|
||||||
android:text="@string/global_select"
|
android:text="@string/global_select"
|
||||||
|
|
||||||
@ -99,9 +102,9 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/vprof_editor_ctrl_button"
|
android:id="@+id/vprof_editor_ctrl_button"
|
||||||
android:layout_width="@dimen/_72sdp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
|
android:paddingHorizontal="@dimen/padding_large"
|
||||||
android:text="@string/global_select"
|
android:text="@string/global_select"
|
||||||
|
|
||||||
|
|
||||||
@ -161,8 +164,9 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/vprof_editor_path_button"
|
android:id="@+id/vprof_editor_path_button"
|
||||||
android:layout_width="@dimen/_72sdp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
|
android:paddingHorizontal="@dimen/padding_large"
|
||||||
android:text="@string/global_select"
|
android:text="@string/global_select"
|
||||||
|
|
||||||
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_path"
|
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_path"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user