select_patients_menu.xml 304 Bytes
<?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>