mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Style[profile editor]: de-hardcode more strings
This commit is contained in:
parent
c79cd3a832
commit
88ff5468ec
@ -239,7 +239,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="26dp"
|
||||
android:text="Save profile"
|
||||
android:text="@string/global_save"
|
||||
app:layout_constraintEnd_toStartOf="@+id/vprof_editor_delete_button"
|
||||
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
@ -252,7 +252,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:text="Delete profile"
|
||||
android:text="@string/global_delete"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user