|
|
|
|
@ -11,9 +11,11 @@ |
|
|
|
|
|
|
|
|
|
<item name="bottomNavigationStyle">@style/PokerAnalyticsTheme.BottomNavigationView</item> |
|
|
|
|
<item name="toolbarStyle">@style/PokerAnalyticsTheme.Toolbar</item> |
|
|
|
|
<item name="bottomAppBarStyle">@style/PokerAnalyticsTheme.BottomAppBar</item> |
|
|
|
|
<item name="editTextStyle">@style/PokerAnalyticsTheme.EditText</item> |
|
|
|
|
<item name="android:textViewStyle">@style/PokerAnalyticsTheme.TextView</item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<!-- Defaults --> |
|
|
|
|
@ -48,6 +50,10 @@ |
|
|
|
|
<item name="android:textColor">@color/white</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<!-- Bottom App Bar --> |
|
|
|
|
<style name="PokerAnalyticsTheme.BottomAppBar" parent="Widget.MaterialComponents.BottomAppBar"> |
|
|
|
|
<item name="backgroundTint">@color/gray_darker</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<!-- TextView --> |
|
|
|
|
<style name="PokerAnalyticsTheme.TextView"> |
|
|
|
|
|