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

14 lines
521 B
XML
Raw Normal View History

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".plugins.treatments.fragments.TreatmentsExtendedBolusesFragment">
<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" />
</LinearLayout>