Is it possible to have a tick
togglebutton
?
The layout is below
<ImageView
android:id="@+id/donePic"
android:src="@mipmap/done"
android:tint="@color/red"
android:paddingLeft="320dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Currently the tick button
is ImageView
. How to make the ImageView
become toggleButton
? Is it possible ?