Created
May 31, 2017 22:30
-
-
Save chrisoverstreet/3decdd7b856f75dbc38b0e4a3c9cee92 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
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > | |
<size | |
android:height="439px" | |
android:width="780px"/> | |
<gradient | |
android:startColor="#000000" | |
android:endColor="#424242" | |
android:angle="45" | |
android:type="linear"/> | |
<corners | |
android:radius="0dp"/> | |
</shape> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment