Apply ripple on entire button
Expand the width of button, so we can see ripple on entire button. Test: Click button and see ripple. Fix: 188735750 Change-Id: Ic65e3579263108c9d0de0eb405fe30f2556b5193
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
android:showDividers="beginning|middle|end">
|
android:showDividers="beginning|middle|end">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/restricted_action"
|
android:id="@+id/restricted_action"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
Reference in New Issue
Block a user