diff --git a/DroidFish/res/layout-land/main.xml b/DroidFish/res/layout-land/main.xml index e0da02e..c1f108e 100644 --- a/DroidFish/res/layout-land/main.xml +++ b/DroidFish/res/layout-land/main.xml @@ -100,6 +100,7 @@ android:layout_height="wrap_content"> 0.5f ? -0.1f : 0.1f; + c = Color.HSVToColor(Color.alpha(c), hsv); + } + v.setBackgroundColor(c); } if (v instanceof ListView) ((ListView) v).setCacheColorHint(bg);