Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 781dc9c3 authored by Yorke Lee's avatar Yorke Lee
Browse files

Make FAB button ripple bounded

Bug: 17411557
Change-Id: I7b9946bf11daa37e9e242019ae2b14463daaa8c5
parent 9dc924c8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -16,4 +16,10 @@
-->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="@color/floating_action_button_touch_tint" />
 No newline at end of file
    android:color="@color/floating_action_button_touch_tint">
    <item android:id="@android:id/mask">
        <shape android:shape="oval">
            <solid android:color="@android:color/white" />
        </shape>
    </item>
</ripple>
 No newline at end of file