学习 ApiDemos 003 Custom Dialog

layout: post
title: "学习 ApiDemos 003 Custom Dialog"
date: 2016-12-16 23:59:04
comments: true
external-url:
categories: android,ApiDemos

简介

  • ApiDemos -> App -> Activity -> Custom Dialog
  • 源代码 http://git.oschina.net/vileneera/LearnApiDemos/tree/003

值得注意的点

  • 用 theme 和不用的区别
  • theme 显示 label 如果没有,则显示 application 的 label

疑问

  • 自定义对话框不使用 Activity 会不会好些?

参考

  • 引路蜂 Android ApiDemos 示例解析文章

你可能感兴趣的:(学习 ApiDemos 003 Custom Dialog)