d0288cc8de
android options menu
13 lines
307 B
XML
13 lines
307 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">App</string>
|
|
|
|
<string name="action_search">Search</string>
|
|
<string name="action_copy">Copy</string>
|
|
<string name="action_share">Share</string>
|
|
|
|
<string name="hello_world">Hello world!</string>
|
|
|
|
</resources>
|