Last active
December 24, 2018 10:55
-
-
Save dextorer/739fea7b1dcd5cd3af0025c5086e7cd6 to your computer and use it in GitHub Desktop.
ripples_pie_regression_1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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
Mirrors https://github.com/dextorer/RipplesPieRegressionDemo/blob/master/app/src/main/res/layout/activity_main.xml