Project

General

Profile

« Previous | Next » 

Revision 52d0a923

Added by Leszek Koltunski almost 4 years ago

Improvements to the UI - make it proportional regardless of the physical screen size. (Part 7 - last 2 Dialogs)

View differences:

src/main/res/layout/dialog_tabbed.xml
8 8
    <com.google.android.material.tabs.TabLayout
9 9
        android:id="@+id/sliding_tabs"
10 10
        android:layout_width="match_parent"
11
        android:layout_height="32dp"
11
        android:layout_height="wrap_content"
12 12
        android:theme="@style/Theme.AppCompat.NoActionBar">
13 13
    </com.google.android.material.tabs.TabLayout>
14 14

  

Also available in: Unified diff