-
-
Save fiftyonemoon/6661b2a59abe5a4f4c408d95bd60aced to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | |
<item> | |
<ripple android:color="#26000000"> | |
<item> | |
<shape android:shape="rectangle"> | |
<solid android:color="#FEECE1" /> | |
<corners android:radius="8dp" /> | |
<size | |
android:height="120dp" | |
android:width="120dp" /> | |
</shape> | |
</item> | |
</ripple> | |
</item> | |
<item | |
android:height="64dp" | |
android:width="64dp" | |
android:gravity="center"> | |
<shape android:shape="oval"> | |
<gradient | |
android:startColor="#FF904D" | |
android:endColor="#FD702A" /> | |
<size | |
android:height="30dp" | |
android:width="30dp" /> | |
</shape> | |
</item> | |
<item | |
android:drawable="@drawable/ic_number" | |
android:width="24dp" | |
android:height="24dp" | |
android:gravity="center" /> | |
</layer-list> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment