Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to change checkbox color in android

<android.support.v7.widget.AppCompatCheckBox
                android:id="@+id/check"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                app:buttonTint="@color/checkbox_filter_tint"
                tools:targetApi="21"/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #checkbox #color #android
ADD COMMENT
Topic
Name
5+5 =