Change image on Tab in TabLayout when Selected
I am using Design TabLayout, <android.support.design.widget.TabLayout android:id="@+id/tabs" android:layout_width="match_parent" android:layout_height="wrap_content" app:tabBackground="@color/ColorPrimary" app:tabIndicatorColor="@color/orange" app:tabIndicatorHeight="3dp" /> I have added customview to Tabs <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null"> <ImageView android:id="@+id/imgTab" android:layout_width="wrap_content"