drawer.xml 391 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <item android:id="@+id/show_history"
  5. android:title="Readout History"
  6. app:showAsAction="never"/>
  7. <item android:id="@+id/settings"
  8. android:title="Settings"
  9. app:showAsAction="never"/>
  10. </menu>