Android自定义通知栏的高度是多少?
时间:2015-04-03 17:20:08
收藏:0
阅读:384
普通的高度是64dp,扩展的最大是256dp。
原始文档如下:
The height available for a custom notification layout depends on the notification view. Normal view layouts are limited to 64 dp, and expanded view layouts are limited to 256 dp.
http://developer.android.com/guide/topics/ui/notifiers/notifications.html
原文:http://blog.csdn.net/forlong401/article/details/44857299
评论(0)