|
|
|
|
@ -19,6 +19,7 @@ |
|
|
|
|
<item name="android:textViewStyle">@style/PokerAnalyticsTheme.TextView</item> |
|
|
|
|
<item name="alertDialogTheme">@style/PokerAnalyticsTheme.AlertDialog</item> |
|
|
|
|
<item name="chipStyle">@style/PokerAnalyticsTheme.Chip</item> |
|
|
|
|
<item name="tabStyle">@style/PokerAnalyticsTheme.TabLayout</item> |
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
@ -179,6 +180,13 @@ |
|
|
|
|
<item name="android:fontFamily">@font/roboto</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<!-- Tabs --> |
|
|
|
|
<style name="PokerAnalyticsTheme.TabLayout" parent="Widget.MaterialComponents.TabLayout"> |
|
|
|
|
<item name="tabBackground">@color/colorPrimary</item> |
|
|
|
|
<item name="tabTextColor">@color/white_transparent</item> |
|
|
|
|
<item name="tabSelectedTextColor">@color/green</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Session Row --> |
|
|
|
|
|
|
|
|
|
|