android - Pop-Up "speech bubble" not with actions, not on a map -
i trying implement popup dialog resembles quickaction dialog. difference have vertically scrollable textview within pop instead of of these actions.
this here
want, question pertains c#.
i have found tons of examples dealing maps nil without maps. trying have user press button, , have speech bubble appear button.
ctinfobutton = new imagebutton( ); ctinfobutton.setonclicklistener( new onclicklistener() { public void onclick( view v ) { // pop code initialized here. } });
i think u want android '9-patch' bubble take text in expandible area.
see these docs
see thread
in general, need create layout enclosing 9-patch. requires separate set of graphics tools create special, expandable image go resources folder.
once youve created 9-patch image, can define logical overlay of text area expands on image. reference on text field, set text value want fill bubble , expand required enclose text bubble image.
android dialog quickaction
No comments:
Post a Comment