Skip to content

Instantly share code, notes, and snippets.

@dextorer
Last active December 24, 2018 10:55
Show Gist options
  • Save dextorer/739fea7b1dcd5cd3af0025c5086e7cd6 to your computer and use it in GitHub Desktop.
Save dextorer/739fea7b1dcd5cd3af0025c5086e7cd6 to your computer and use it in GitHub Desktop.
ripples_pie_regression_1
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
...
>
<FrameLayout
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="55dp"
android:elevation="3dp"
android:background="@drawable/bg"
...
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="horizontal"
...
>
<ImageView
...
app:srcCompat="@drawable/ic_read"
/>
<TextView
...
android:text="Button"
android:textColor="#FFFFFF"
/>
</LinearLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?selectableItemBackgroundBorderless"
android:theme="@style/WhiteRipple"/>
</FrameLayout>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment