mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
bb0ec65744
This should help eliminate string duplicates, as well as provide visibility into where strings in a resource file are being used.
9 lines
343 B
XML
9 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:title="@string/contact_selection__menu_finished"
|
|
android:id="@+id/menu_selection_finished"
|
|
android:icon="@drawable/ic_menu_done_holo_dark"
|
|
android:showAsAction="ifRoom"
|
|
/>
|
|
|
|
</menu> |