문제

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