SORU
4 Mart 2011, Cuma


Android özel şekle gölge Ekle

Bir damla Android özel bir şekle gölge eklemek mümkün mü? Belgelerine bakarak sonra, ben sadece bir metin gölge uygulamak için bir yol göremiyorum.

Hiçbir şans ile bu denedim:

<?xml version="1.0" encoding="UTF-8"?> 
   <shape xmlns:android="http://schemas.android.com/apk/res/android" 
   android:shape="rectangle"> 
     <solid android:color="#90ffffff"/>
       <corners android:radius="12dp" />
     <item name="android:shadowColor">#000000</item> 
     <item name="android:shadowRadius">5</item> 
     <item name="android:shadowDy">3</item> 
   </shape>

CEVAP
11 Mart 2013, PAZARTESİ


Arama sonunda Çok sonra bunu aldım

enter image description here

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

<!-- Bottom 2dp Shadow -->
<item>
    <shape  android:shape="rectangle">

        <solid android:color="#d8d8d8" />
        <corners android:radius="7dp" />

    </shape>
</item>

<!-- White Top color -->
<item android:bottom="3px">

    <shape  android:shape="rectangle">

    <solid android:color="#FFFFFF" />
    <corners android:radius="7dp" />


    </shape>

</item>


</layer-list>

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • oHeymarvin

    oHeymarvin

    11 Temmuz 2013
  • Sergio Lafuente Rubio

    Sergio Lafue

    11 Aralık 2008
  • TotalxLuna

    TotalxLuna

    27 Kasım 2011