|
|
|
@ -22,6 +22,13 @@ |
|
|
|
<item name="chipStyle">@style/PokerAnalyticsTheme.Chip</item> |
|
|
|
<item name="chipStyle">@style/PokerAnalyticsTheme.Chip</item> |
|
|
|
<item name="tabStyle">@style/PokerAnalyticsTheme.TabLayout</item> |
|
|
|
<item name="tabStyle">@style/PokerAnalyticsTheme.TabLayout</item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<item name="popupTheme">@style/PokerAnalyticsTheme.PopupMenu</item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- The background of the menu popup, when tapping on ... --> |
|
|
|
|
|
|
|
<style name="PokerAnalyticsTheme.PopupMenu" parent="android:Widget.Holo.Light.ListPopupWindow"> |
|
|
|
|
|
|
|
<item name="android:backgroundTint">@color/kaki_darker</item> |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Defaults --> |
|
|
|
<!-- Defaults --> |
|
|
|
@ -317,12 +324,14 @@ |
|
|
|
<item name="android:windowAnimationStyle">@null</item> |
|
|
|
<item name="android:windowAnimationStyle">@null</item> |
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item> |
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item> |
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item> |
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item> |
|
|
|
|
|
|
|
<!-- <item name="android:panelFullBackground">@color/kaki_darker</item>--> |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<style name="PokerAnalyticsTheme.AlertDialog" parent="Theme.MaterialComponents.Dialog"> |
|
|
|
<style name="PokerAnalyticsTheme.AlertDialog" parent="Theme.MaterialComponents.Dialog"> |
|
|
|
<item name="colorAccent">@color/green</item> |
|
|
|
<item name="colorAccent">@color/green</item> |
|
|
|
<item name="android:textColorPrimary">@color/white</item> |
|
|
|
<item name="android:textColorPrimary">@color/white</item> |
|
|
|
<item name="android:windowBackground">@color/gray_dark</item> |
|
|
|
<item name="android:windowBackground">@color/gray_dark</item> |
|
|
|
|
|
|
|
<!-- <item name="android:panelFullBackground">@color/kaki_darker</item>--> |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|