blob: b2e9b1c67dc7e0253e9a742046e9bd710fd28811 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:id="@+id/root_test_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>
|