[app] Fix tablyaout style
This commit is contained in:
parent
092a5917f1
commit
11bcf092cb
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue