Вопрос

I want to put a click-able gift icon in the left of Listview like this...!enter image description here

I googled never find any solution for this. . Any help or suggestion my dear Friends...

Это было полезно?

Решение

Use a FrameLayout:

<FrameLayout
    ... >

    <ListView
        ... />

    <Button
        android:layout_gravity="center_vertical|right"
        ... />

</FrameLayout>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top