Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Created September 4, 2017 17:49
Show Gist options
  • Select an option

  • Save cacheleocode/ad157bc74b83d8262e8cd0ce982e1e8f to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/ad157bc74b83d8262e8cd0ce982e1e8f to your computer and use it in GitHub Desktop.
Gradient resource file, goes in res/color
<?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