mardi 18 juillet 2017

CardView Shadow like this?

I want to make like this , how to get exactly like this for this i tried layer-list but not able to get this view .

    <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://ift.tt/nIICcg">
    <item>
        <shape  android:shape="rectangle">
            <solid android:color="#afbdc3" />
            <corners android:radius="10dp" />
        </shape>
    </item>
    <item android:right="5px">
        <shape  android:shape="rectangle">
            <solid android:color="#91a5af" />
            <corners android:radius="10dp" />
        </shape>
    </item>
    <item android:right="10px">
        <shape  android:shape="rectangle">
            <solid android:color="#79919d" />
            <corners android:radius="10dp" />
        </shape>
    </item>
</layer-list>

nd so on

IMAGE

Aucun commentaire:

Enregistrer un commentaire