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" |
Ivan Yeo | 9f03fd7 | 2015-02-18 19:04:08 -0800 | [diff] [blame] | 3 | xmlns:tools="http://schemas.android.com/tools" |
| 4 | tools:context=".MainActivity"> |
| 5 | |
| 6 | <item android:id="@+id/action_settings" |
| 7 | android:title="@string/action_settings" |
| 8 | android:orderInCategory="100" |
| 9 | app:showAsAction="never" /> |
| 10 | |
Ivan Yeo | db0052d | 2015-02-08 17:27:04 -0800 | [diff] [blame] | 11 | </menu> |