Change tab background color

This commit is contained in:
ganfra 2020-09-09 23:42:15 +02:00
parent 3ae0586dac
commit ad9f67b3bd
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"
app:elevation="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">

View File

@ -8,6 +8,7 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"
app:tabMode="scrollable"
app:tabBackground="?attr/riotx_background"
style="@style/Vector.Widget.TabLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content" />