Skip to content

Commit

Permalink
干货item增加长按水波纹扩散效果
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed May 21, 2018
1 parent ad046c2 commit 84f1778
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/item_android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
android:layout_marginBottom="3dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="8dp">
android:layout_marginTop="8dp"
android:background="?attr/selectableItemBackground">

<LinearLayout
android:id="@+id/ll_all"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:background="?attr/selectableItemBackgroundBorderless"
android:onClick="@{()->command.openDetail(resultsBean)}"
android:orientation="vertical"
android:paddingTop="12dp">
Expand Down

0 comments on commit 84f1778

Please sign in to comment.