Skip to content

Commit

Permalink
Disable clipToPadding on menu RecyclerView
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunous authored and zawadz88 committed Apr 17, 2019
1 parent ba098e3 commit 7b4dd2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions material-popup-menu/src/main/res/layout/mpm_popup_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clipToPadding="false"
tools:listitem="@layout/mpm_popup_menu_item" />

0 comments on commit 7b4dd2d

Please sign in to comment.