1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 10:29:09 -05:00
wulkanowy-mirror/app/src/main/res/layout/fragment_timetable.xml

13 lines
437 B
XML
Raw Normal View History

2018-10-03 14:28:23 -05:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-24 08:48:29 -05:00
android:id="@+id/timetable_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-08-24 08:48:29 -05:00
android:layout_alignParentBottom="true">
2018-08-24 08:48:29 -05:00
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="Timetable" />
2018-10-03 14:28:23 -05:00
</FrameLayout>