mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
523 B
XML
17 lines
523 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/issue0033_native"
|
|
android:visible="false"
|
|
android:showAsAction="never"
|
|
android:title="@string/issue0033_test"
|
|
/>
|
|
<item
|
|
android:id="@+id/issue0033_action"
|
|
android:visible="false"
|
|
android:showAsAction="always"
|
|
android:title="@string/issue0033_test"
|
|
android:icon="@drawable/ic_menu_star_holo_light"
|
|
/>
|
|
</menu> |