Pages

Thursday 15 December 2011

Gradient Look For View in android

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient  android:startColor="#C0C0C0"
   android:endColor="#505050"
            android:angle="90"/>  
   <corners android:radius="2px" />
</shape>
 
By:
Yours 
V.K.Hooda 

No comments:

Post a Comment