blob: 2f7c0a38249114afc25fca5a369d0c53f8b60399 [file] [log] [blame]
Ivan Yeo9f03fd72015-02-18 19:04:08 -08001<menu xmlns:android="http://schemas.android.com/apk/res/android"
Alexander Afanasyev6aa90312015-04-14 00:20:09 -07002 xmlns:app="http://schemas.android.com/apk/res-auto">
Ivan Yeo9f03fd72015-02-18 19:04:08 -08003
4 <item
5 android:id="@+id/action_log_settings"
Alexander Afanasyev6aa90312015-04-14 00:20:09 -07006 android:icon="@drawable/ic_action_settings"
Ivan Yeo9f03fd72015-02-18 19:04:08 -08007 android:title="@string/log_settings"
8 android:orderInCategory="100"
Alexander Afanasyev6aa90312015-04-14 00:20:09 -07009 app:showAsAction="always"
Ivan Yeo215fc2a2015-03-17 22:35:04 -070010 />
Ivan Yeo9f03fd72015-02-18 19:04:08 -080011
12</menu>