wulkanowy-mod/app/src/main/res/layout/fragment_timetable.xml
2018-10-03 21:28:23 +02:00

13 lines
437 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/timetable_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="Timetable" />
</FrameLayout>