Skip to content

Instantly share code, notes, and snippets.

View ShaishavGandhi's full-sized avatar

Shaishav Gandhi ShaishavGandhi

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/ic_thumb_up_red_24dp"/>
<item android:drawable="@drawable/ic_thumb_up_black_24dp"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:paddingTop="8dp"
android:paddingBottom="8dp"
xmlns:tools="http://schemas.android.com/tools">
<TextView