Commit 91fd69f2 authored by Mygod's avatar Mygod

Adjust FAB color brightness

parent b505ff37
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<color name="md__transparent">#00000000</color> <color name="md__transparent">#00000000</color>
<color name="md__defaultBackground">#FF555555</color> <color name="md__defaultBackground">#FF555555</color>
<color name="material_green_600">#43A047</color> <color name="material_green_700">#388E3C</color>
<color name="material_blue_grey_300">#90A4AE</color> <color name="material_blue_grey_300">#90A4AE</color>
<color name="material_blue_grey_500">#607D8B</color> <color name="material_blue_grey_500">#607D8B</color>
<color name="material_blue_grey_700">#455A64</color> <color name="material_blue_grey_700">#455A64</color>
......
...@@ -217,7 +217,7 @@ class Shadowsocks ...@@ -217,7 +217,7 @@ class Shadowsocks
private lazy val preferences = private lazy val preferences =
getFragmentManager.findFragmentById(android.R.id.content).asInstanceOf[ShadowsocksSettings] getFragmentManager.findFragmentById(android.R.id.content).asInstanceOf[ShadowsocksSettings]
private lazy val greyTint = ContextCompat.getColorStateList(this, R.color.material_blue_grey_700) private lazy val greyTint = ContextCompat.getColorStateList(this, R.color.material_blue_grey_700)
private lazy val greenTint = ContextCompat.getColorStateList(this, R.color.material_green_600) private lazy val greenTint = ContextCompat.getColorStateList(this, R.color.material_green_700)
var handler = new Handler() var handler = new Handler()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment