mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Style: -de-hardcode some strings
Damn, the UI is really unfinished
This commit is contained in:
parent
1faaecaf49
commit
c79cd3a832
@ -66,7 +66,8 @@
|
||||
android:layout_width="@dimen/_72sdp"
|
||||
android:layout_height="0dp"
|
||||
|
||||
android:text="Select"
|
||||
android:text="@string/global_select"
|
||||
|
||||
app:layout_constraintBottom_toBottomOf="@+id/vprof_editor_version_spinner"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/vprof_editor_version_spinner" />
|
||||
@ -101,7 +102,8 @@
|
||||
android:layout_width="@dimen/_72sdp"
|
||||
android:layout_height="0dp"
|
||||
|
||||
android:text="SELECT"
|
||||
android:text="@string/global_select"
|
||||
|
||||
|
||||
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_ctrl_spinner"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@ -161,7 +163,7 @@
|
||||
android:id="@+id/vprof_editor_path_button"
|
||||
android:layout_width="@dimen/_72sdp"
|
||||
android:layout_height="0dp"
|
||||
android:text="SELECT"
|
||||
android:text="@string/global_select"
|
||||
|
||||
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_path"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -125,6 +125,7 @@
|
||||
<string name="global_unpacking">Unpacking %s</string>
|
||||
<string name="global_error_field_empty">This field can\'t be empty</string>
|
||||
<string name="global_waiting">Wait</string>
|
||||
<string name="global_select">Select</string>
|
||||
|
||||
<!-- MainActivity: strings -->
|
||||
<string name="mcn_exit_title">Application/Game exited with code %d, check latestlog.txt for more details.</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user