在我的应用程序中创建最小的消息

时间:2013-09-19 14:15:23

标签: android dialog

如何从我的应用程序生成此对话框(在sreenshot上),以及其他文本,例如:“请插入SD卡”?我知道这是Toast,AlertDialog,但它与屏幕截图上的对话框不同。

Minimal dialog

我将仅在Android 4.1上为我编写应用程序。

1 个答案:

答案 0 :(得分:1)

您可以为Toast或AlertDialog创建自定义布局。它们看起来像你想要的任何东西(差不多)

以下是自定义吐司的一些链接。

Custom toast in android : a simple example

android custom toasts