• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps Problems with colors.xml

    I have a colors.xml file located in the res/values fodler. <?xml version="1.0" encoding="utf-8"?> <resources> <color name="transparent">#00000000</color> <color name="menu_selected">#00feff9c</color> <color name="menu_unselected">#00cccccc</color> </resources> When I try to use this...