Created
September 4, 2017 17:49
-
-
Save cacheleocode/ad157bc74b83d8262e8cd0ce982e1e8f to your computer and use it in GitHub Desktop.
Gradient resource file, goes in res/color
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"?> | |
| <gradient xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:startColor="#FFFFFF" | |
| android:centerColor="#0000FF" | |
| android:endColor="#00FFFF" | |
| android:angle="145" | |
| android:startX="0" | |
| android:endX="70" | |
| android:startY="30" | |
| android:endY="70" | |
| android:type="linear"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment