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

24 lines
804 B
XML
Raw Normal View History

2017-12-15 01:03:31 +01:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-06-08 19:02:20 +02:00
android:paddingTop="2dp"
2018-03-31 00:36:03 +02:00
tools:context="info.nightscout.androidaps.plugins.Source.BGSourceFragment">
2017-12-15 01:03:31 +01:00
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/bgsource_recyclerview"
android:layout_width="match_parent"
android:layout_height="match_parent">
</android.support.v7.widget.RecyclerView>
</LinearLayout>
</FrameLayout>