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

7 lines
243 B
XML
Raw Normal View History

2018-06-03 23:28:04 +02:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/frame_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>