mardi 5 avril 2016

How to change colour of checkbox in onCreateOptionsmenu?

    <item
         android:title="Notification"
         app:showAsAction="collapseActionView|withText"
         android:visible="true"
         android:checked="true"
         android:checkable="true"/>

created checkbox using above code.

In unchecked mode checkbox is in white colour. how to change colour of checkbox ?




Aucun commentaire:

Enregistrer un commentaire