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:
Tsung-Mao Fang
2021-05-20 21:40:57 +08:00
parent bac284a622
commit 2bdeaae97a

View File

@@ -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">