Moved more hard coded text into string resources so they can be translated.

This commit is contained in:
Graham Jones
2020-04-02 20:44:14 +01:00
parent 9d09512b6d
commit 4d042f4b59
13 changed files with 366 additions and 58 deletions

View File

@@ -40,7 +40,7 @@
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Edit Settings"
android:text="@string/edit_settings"
android:id="@+id/settingsButton"
android:layout_gravity="center_horizontal" />
@@ -127,7 +127,7 @@
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Install Watch App"
android:text="@string/install_watch_app"
android:id="@+id/installOsdAppButton" />
</LinearLayout>