Externalized strings.
This commit is contained in:
parent
721c99c6d9
commit
f19fc3f6d1
2 changed files with 6 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/add_contact"
|
||||
android:title="Add Contact"
|
||||
android:title="@string/add_contact"
|
||||
android:icon="@drawable/ic_person_add_white_24dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/scan_qr"
|
||||
android:title="Scan QR-Code"
|
||||
android:title="@string/scan_qr_code"
|
||||
android:icon="@drawable/ic_qrcode_white_24dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
|
|
|
@ -64,6 +64,10 @@
|
|||
|
||||
<string name="invalid_address">Invalid address</string>
|
||||
|
||||
<string name="add_contact">Add Contact</string>
|
||||
|
||||
<string name="scan_qr_code">Scan QR-Code</string>
|
||||
|
||||
|
||||
<!-- SettingsActivity -->
|
||||
|
||||
|
|
Reference in a new issue