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

@@ -4,8 +4,8 @@
<header android:fragment="uk.org.openseizuredetector.PrefActivity$BasicPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Basic"
android:summary="Basic Preferences" />
android:title="@string/BasicPrefTitle"
android:summary="@string/BasicPrefSummary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$GeneralPrefsFragment"
android:icon="@drawable/icon_24x24"