Android - Show/Set a Layout at Specific Location
In my application I want to set a Layout at a specific location. Let me explain. When I touched on activity (at any location), a view (or layout examp开发者_如何学JAVAle:LinearLayout
) will show(Popup like) at the touched position.
Any suggestion?
________________
| |
| |
| _____ |
| | | |
| | | |
| ----- |
| |
| |
| |
----------------
u can use this custom dialogue & u can edit it also click the below link http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
精彩评论