[app] Fix tablyaout style

This commit is contained in:
tehcneko 2021-02-10 15:40:49 +08:00
parent 092a5917f1
commit 11bcf092cb
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorActionBar">
android:background="?colorActionBar"
style="?tabLayoutTheme">
</com.google.android.material.tabs.TabLayout>