Ivan Yeo | db0052d | 2015-02-08 17:27:04 -0800 | [diff] [blame^] | 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" tools:context=".MainActivity"> | ||||
4 | <item android:id="@+id/action_settings" android:title="@string/action_settings" | ||||
5 | android:orderInCategory="100" app:showAsAction="never" /> | ||||
6 | </menu> |