Created
July 27, 2016 18:10
-
-
Save franciscojunior/7a60a67c341fada2514baab12e0bc75a to your computer and use it in GitHub Desktop.
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"?> | |
<shape xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="rectangle" | |
android:padding="30dp" | |
android:fromDegrees="45" | |
android:toDegrees="45"> | |
<solid android:color="#00aadd"/> | |
<corners | |
android:radius="2dp" | |
android:bottomRightRadius="0dp" | |
android:bottomLeftRadius="50dp" | |
android:topLeftRadius="50dp" | |
android:topRightRadius="50dp"/> | |
</shape> | |
<!--<?xml version="1.0" encoding="utf-8"?>--> | |
<!--<shape xmlns:android="http://schemas.android.com/apk/res/android"--> | |
<!--android:shape="rectangle">--> | |
<!--<!–<solid android:color="#5490CC"></solid>–>--> | |
<!--<!–<corners android:radius="8px"></corners>–>--> | |
<!--<!–<stroke android:width="2dp" android:color="#A4C2E0"></stroke>–>--> | |
<!--<solid android:color="@color/teal_800"></solid>--> | |
<!--<corners android:radius="8px"></corners>--> | |
<!--<stroke--> | |
<!--android:width="2dp"--> | |
<!--android:color="@color/teal_200"></stroke>--> | |
<!--</shape>--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment