Commit 5af13559 authored by Varun Patil's avatar Varun Patil

Add ripple effect to feed card

parent 457cffdb
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical"
android:background="?android:attr/selectableItemBackground">
<ImageView <ImageView
android:id="@+id/big_object_picture" android:id="@+id/big_object_picture"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment