2020-01-08 04:16:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-19 00:06:26 +00:00
|
|
|
<androidx.viewpager.widget.ViewPager
|
2020-01-08 04:16:34 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/viewPager"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
2020-08-19 00:06:26 +00:00
|
|
|
<com.google.android.material.tabs.TabLayout
|
2020-08-31 13:16:15 +00:00
|
|
|
style="@style/Widget.Session.TabLayout"
|
2020-01-08 04:16:34 +00:00
|
|
|
android:id="@+id/tabLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/tab_bar_height" />
|
|
|
|
|
2020-08-19 00:06:26 +00:00
|
|
|
</androidx.viewpager.widget.ViewPager>
|