mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
Complete Change Color Ripple.
Apparently the GitHub Desktop Client didn't take the change properly.
😠
This commit is contained in:
parent
21c7da1ac6
commit
6a985a406f
@ -119,6 +119,7 @@
|
||||
<style name="ToolbarStyleDark">
|
||||
<item name="android:textColorPrimary">@color/white</item>
|
||||
<item name="colorControlNormal">@color/white</item>
|
||||
<item name="colorControlHighlight">#42ffffff</item>
|
||||
<item name="popupTheme">@style/PopupThemeDark</item>
|
||||
</style>
|
||||
|
||||
|
||||
@ -121,6 +121,7 @@
|
||||
<style name="ToolbarStyleLight">
|
||||
<item name="android:textColorPrimary">@color/black</item>
|
||||
<item name="colorControlNormal">@color/black</item>
|
||||
<item name="colorControlHighlight">#42000000</item>
|
||||
<item name="popupTheme">@style/PopupThemeLight</item>
|
||||
</style>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user