Created
January 23, 2018 12:06
-
-
Save Fatimamostafa/fa01a18df1db6d7db41429d9c5ffbfde to your computer and use it in GitHub Desktop.
handy transparent gradient
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"?> | |
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
<gradient | |
android:angle="90" | |
android:startColor="#494949" | |
android:endColor="#1cffffff" | |
android:type="linear" /> | |
</shape> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment