select_patients_menu.xml 304 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/patient_add" app:showAsAction="always" android:title="@string/start_monitoring" /> </menu>