2018-05-03 12:47:34 -05:00
|
|
|
<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/examContainer"
|
2018-05-03 12:47:34 -05:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
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="Exam" />
|
|
|
|
|
|
|
|
<!--<RelativeLayout
|
2018-05-03 12:47:34 -05:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
|
android:id="@+id/exams_fragment_tab_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:tabMinWidth="125dp"
|
|
|
|
app:tabMode="scrollable" />
|
|
|
|
|
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/exams_fragment_viewpager"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_below="@id/exams_fragment_tab_layout" />
|
2018-08-24 08:48:29 -05:00
|
|
|
</RelativeLayout>-->
|
2018-05-03 12:47:34 -05:00
|
|
|
</android.support.design.widget.CoordinatorLayout>
|