/[svn]/jsampler/trunk/android/res/drawable/divider_gradient.xml
ViewVC logotype

Annotation of /jsampler/trunk/android/res/drawable/divider_gradient.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2302 - (hide annotations) (download) (as text)
Thu Dec 15 23:13:30 2011 UTC (12 years, 4 months ago) by iliev
File MIME type: text/xml
File size: 312 byte(s)
* Initial support for Android platforms (only sampler channel
  manipulation for now - see the screenshots on the website)

1 iliev 2302 <?xml version="1.0" encoding="utf-8"?>
2     <shape xmlns:android="http://schemas.android.com/apk/res/android"
3     android:shape="rectangle">
4     <gradient
5     android:startColor="#00FFFFFF"
6     android:centerColor="#4FFFFFFF"
7     android:endColor="#00FFFFFF"
8     android:angle="0" />
9    
10     </shape>

  ViewVC Help
Powered by ViewVC