Ripple effect on Android Lollipop CardView
I’m trying to get a CardView to display the ripple effect when touched by setting the android:backgound attribute in the activity XML file … Read more
I’m trying to get a CardView to display the ripple effect when touched by setting the android:backgound attribute in the activity XML file … Read more
I’m trying to implement a layout which contains RecyclerView and ScrollView at the same layout. Layout template: <RelativeLayout> <ScrollView android:id=”@+id/myScrollView”> <unrelated data>…</unrealated data> … Read more