<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright (C) 2024 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:orientation="vertical"
        android:layout_marginTop="8dp">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:text="@string/phr_options_title"
            android:textSize="20sp"
            android:textStyle="bold" />

        <Button
            android:id="@+id/phr_create_data_source_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_create_data_source" />

        <Button
            android:id="@+id/phr_insert_immunization_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_insert_immunization" />

        <EditText
            android:id="@+id/phr_immunization_id_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:gravity="center"
            android:text="@string/phr_options_resource_id_placeholder"
            android:textSize="12sp" />

        <Button
            android:id="@+id/phr_read_by_id_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_read_by_id" />

        <Button
            android:id="@+id/phr_request_read_immunization_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_request_immunization" />

        <Button
            android:id="@+id/phr_request_read_and_write_medical_data_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_request_medical" />

        <Button
            android:id="@+id/phr_seed_fhir_jsons_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="8dp"
            android:minWidth="250dp"
            android:text="@string/phr_options_seed_fhir_jsons" />
    </LinearLayout>
</ScrollView>
