Advertisement
fannyxmikasa

gradient.xml

Jan 29th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <item>
  4.         <shape tools:ignore="ExtraText">
  5.             <gradient
  6.                android:angle="90"
  7.                android:endColor="#1FA2FF"
  8.                android:centerColor="#12D8FA"
  9.                android:startColor="#A6FFCB"
  10.                android:type="linear"/>
  11.         </shape>
  12.     </item>
  13. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement