是否可以将 TextView 悬停在 ImageButton 上方?
我有一个图像,其中包含我想要的字段的标题和一个我想在其中显示数字的小框。是否可以将文本视图悬停在图像视图按钮之上?所以它看起来像下面这样:
I have an image that has the title of the field I want and a little box where I want to display a number. Is it possible to hover a textview on top of an image view button? So it looks like the following:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开发人员网站有一个示例,说明您正在尝试执行的操作。他们使用框架布局。 http://developer.android.com/resources/articles/layout-tricks -merge.html
The developer site has an example of exactly what you're trying to do. They use a framelayout. http://developer.android.com/resources/articles/layout-tricks-merge.html