AndroidAPS/app/src/main/res/layout/treatments_careportal_fragment.xml

14 lines
534 B
XML
Raw Normal View History

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-01-22 21:49:01 +01:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
2021-05-23 21:38:30 +02:00
tools:context="info.nightscout.androidaps.activities.fragments.TreatmentsCareportalFragment">
2018-01-22 21:49:01 +01:00
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerview"
android:layout_width="match_parent"
2021-02-03 22:40:13 +01:00
android:layout_height="match_parent" />
2018-01-22 21:49:01 +01:00
</LinearLayout>