<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="seekbar_background">#20000000</color>
    <color name="icons_background">#20000000</color> <!-- when used as background color for imagebutton, the rgb color seems to be ignored for Android 6 onwards, but still relevant for older versions -->
    <color name="icons_background_tint">#ff000000</color>
</resources>
