checkey / res / menu / main.xml @ 16364074
History | View | Annotate | Download (419 Bytes)
1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
---|---|
2 |
xmlns:app="http://schemas.android.com/apk/res-auto" |
3 |
xmlns:tools="http://schemas.android.com/tools" |
4 |
tools:context="info.guardianproject.checkey.MainActivity" > |
5 |
|
6 |
<item
|
7 |
android:id="@+id/action_settings" |
8 |
android:orderInCategory="100" |
9 |
android:title="@string/action_settings" |
10 |
app:showAsAction="never"/> |
11 |
|
12 |
</menu>
|