Android PopUp ListView

后端 未结 4 1809
清酒与你
清酒与你 2021-01-21 07:27

I want to implement in my android application a functionality like when a user clicks a button in header a small list view is popup having 5 values in the corner of the screen.

4条回答
  •  清酒与你
    2021-01-21 07:53

    You can create a new Activity for popup and add android:theme="@android:style/Theme.Translucent.NoTitleBar" to Activity node in Manifest file.

提交回复
热议问题