Skip to content

Commit

Permalink
Add default ripple efect to list item
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chagas <[email protected]>
  • Loading branch information
rtchagas committed Mar 8, 2020
1 parent 3b0e1b3 commit 2957f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/src/main/res/layout/item_place.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="?selectableItemBackground">

<androidx.constraintlayout.widget.Guideline
android:id="@+id/gdMarginStart"
Expand Down

0 comments on commit 2957f7e

Please sign in to comment.