Messaging: Style ViewPagerTabStrip's underline properly

White will be black on dark theme -> we want white there as well

Change-Id: I7ca3b3b39ea6acc1069878bb2df98ccb269fb7dc
This commit is contained in:
Michael W
2024-12-26 17:31:30 +01:00
parent edb268697c
commit 8ae38097b0

View File

@@ -191,6 +191,7 @@
</style>
<style name="PagerTabHeader">
<item name="android:forceDarkAllowed">false</item>
<item name="android:textColor">@color/tab_text_color</item>
<item name="android:textSize">@dimen/pager_tab_header_text_size</item>
<item name="android:background">@null</item>