简体   繁体   English

如何在Android中制作没有图像的弹出屏幕?

[英]How to make pop up screen without images in android?

Can you please tell me how to make this type of pop up? 您能告诉我如何制作这种弹出窗口吗? I do not need to design own component in drawable. 我不需要在drawable中设计自己的组件。 I don't have much knowledge in Android. 我对Android的了解不多。

1) First there is Title with blue background . 1)首先是带有蓝色背景的标题。

2) Second there is scrolling list view (without image) and buy button (without image). 2)其次是滚动列表视图(无图像)和购买按钮(无图像)。
Is it possible? 可能吗?

I Googled it to find out if we can make own button like that with some style? 我在Google上搜索了一下,看看是否可以用某种样式制作自己的按钮?

Here is my image 这是我的形象 在此处输入图片说明

You have to use a Dialog/Pop up in combination with a ListView you have to google that up because its a complex theme. 您必须将Dialog / Pop up与ListView结合使用,您必须对其进行谷歌搜索,因为它的主题很复杂。 good look 好看

Start from http://developer.android.com/guide/topics/ui/dialogs.html . http://developer.android.com/guide/topics/ui/dialogs.html开始。 You have to implement your own custom dialog layout, likely using a ListView ( http://developer.android.com/guide/topics/ui/layout/listview.html ). 您必须使用ListView( http://developer.android.com/guide/topics/ui/layout/listview.html )实现自己的自定义对话框布局。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM