session-android/res/layout/activity_qr_code.xml

14 lines
524 B
XML
Raw Normal View History

2020-01-06 05:05:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.viewpager.widget.ViewPager
2020-01-06 05:05:57 +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" >
<com.google.android.material.tabs.TabLayout
2020-01-06 05:05:57 +00:00
style="@style/Session.DarkTabLayout"
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_bar_height" />
</androidx.viewpager.widget.ViewPager>