Tecnologia do Blogger.
RSS

[androidbrasil-dev] Re: Como fazer esse shape, na verdade, tem como fazer ?

Fiz algo parecido...


<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
 
    <gradient 
        android:startColor="#669900"
        android:centerX="50%"
        android:centerY="-30%"
        android:endColor="#D8E0E8"
        android:gradientRadius="700"
        android:type="radial" />

</shape>

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário