Style: -de-hardcode some strings

Damn, the UI is really unfinished
This commit is contained in:
Mathias-Boulay 2022-12-13 23:59:36 +01:00
parent 1faaecaf49
commit c79cd3a832
2 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -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>