You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
1.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.nivesh.production.niveshfd.partnerOnBoarding.adapters1.DisableAdapter1
android:id="@+id/viewPager1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@string/viewpager"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabDots"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/transparent"
app:tabBackground="@drawable/tab_pager_selector"
app:tabGravity="center"
android:layout_marginBottom="@dimen/margin_70"
android:layout_alignParentBottom="true"
app:tabPaddingStart="@dimen/margin_25"
app:tabPaddingEnd="@dimen/margin_25"
app:tabIndicatorHeight="0dp" />
</RelativeLayout>

Powered by TurnKey Linux.