Project

General

Profile

« Previous | Next » 

Revision 8d1da3f1

Added by Leszek Koltunski over 2 years ago

progress with UI.

View differences:

src/main/res/layout/dialog_tabbed.xml
13 13
        android:id="@+id/sliding_tabs"
14 14
        android:layout_width="wrap_content"
15 15
        android:layout_height="wrap_content"
16
        android:theme="@style/Theme.AppCompat.NoActionBar"
16
        app:tabBackground="@drawable/tab_background"
17 17
        app:tabMode="scrollable"
18
        app:tabMinWidth="20dp"
19
        app:tabGravity="fill"
20
        >
18
        app:tabMinWidth="25dp"
19
        app:tabGravity="fill">
21 20
    </com.google.android.material.tabs.TabLayout>
22 21

  
23 22
    <androidx.viewpager.widget.ViewPager

Also available in: Unified diff