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

31 lines
1.2 KiB
XML
Raw Normal View History

<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-24 08:48:29 -05:00
android:id="@+id/attendanceContainer"
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="Attendance" />
<!--<RelativeLayout
android:layout_width="match_parent"
2018-03-10 08:55:34 -06:00
android:layout_height="match_parent">
2018-03-10 08:55:34 -06:00
<android.support.design.widget.TabLayout
android:id="@+id/attendance_fragment_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2018-03-10 08:55:34 -06:00
app:tabMinWidth="125dp"
app:tabMode="scrollable"/>
2018-03-10 08:55:34 -06:00
<android.support.v4.view.ViewPager
android:id="@+id/attendance_fragment_viewpager"
android:layout_width="match_parent"
2018-03-10 08:55:34 -06:00
android:layout_height="match_parent"
android:layout_below="@id/attendance_fragment_tab_layout" />
2018-08-24 08:48:29 -05:00
</RelativeLayout>-->
</android.support.design.widget.CoordinatorLayout>