Ivan Yeo | 9f03fd7 | 2015-02-18 19:04:08 -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" |
| 4 | tools:context=".NfdLogActivity"> |
| 5 | |
| 6 | <item |
| 7 | android:id="@+id/action_log_settings" |
| 8 | android:title="@string/log_settings" |
| 9 | android:orderInCategory="100" |
Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame^] | 10 | app:showAsAction="never" |
| 11 | /> |
Ivan Yeo | 9f03fd7 | 2015-02-18 19:04:08 -0800 | [diff] [blame] | 12 | |
| 13 | </menu> |