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

10 lines
369 B
XML
Raw Normal View History

2018-09-18 10:05:19 +02: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="fill_parent"
android:layout_height="fill_parent"
tools:context="info.nightscout.androidaps.plugins.general.automation.AutomationFragment">
</FrameLayout>