Moved padding to Toolbar

This commit is contained in:
TebbeUbben 2018-06-03 23:42:10 +02:00
parent 263275659a
commit 6c1ccebb4a

View file

@ -17,18 +17,18 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/colorPrimary" android:background="@color/colorPrimary"
android:elevation="4dp" android:elevation="4dp"
app:contentInsetEnd="0dp" app:contentInsetEnd="64dp"
app:contentInsetEndWithActions="0dp" app:contentInsetStart="64dp"
app:contentInsetStart="0dp" app:contentInsetLeft="64dp"
app:contentInsetStartWithNavigation="0dp"> app:contentInsetRight="64dp"
app:contentInsetEndWithActions="64dp"
app:contentInsetStartWithNavigation="64dp">
<android.support.design.widget.TabLayout <android.support.design.widget.TabLayout
android:id="@+id/tabs" android:id="@+id/tabs"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@android:color/transparent" android:background="@android:color/transparent"
android:paddingRight="64dp"
android:paddingLeft="64dp"
app:tabIndicatorColor="@color/colorAccent" app:tabIndicatorColor="@color/colorAccent"
app:tabMode="scrollable" /> app:tabMode="scrollable" />
</android.support.v7.widget.Toolbar> </android.support.v7.widget.Toolbar>