Add theme dependent background color for tabs in main

This commit is contained in:
neslihanturan 2018-09-07 13:28:08 +03:00
parent 6a4d7fda0d
commit 6c01530b4e
3 changed files with 5 additions and 4 deletions

View file

@ -29,9 +29,8 @@
android:elevation="6dp"
android:minHeight="?attr/actionBarSize"
app:tabIndicatorColor="@android:color/white"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"/>
<!-- TODO: Neslihan android:background="?attr/mainTabBackground"-->
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:background="?attr/mainTabBackground"/>
<FrameLayout android:layout_width="match_parent"
android:layout_height="match_parent"