会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xirtam
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年11月6日
android判断pad还是手机
第一种。Rect frame = new Rect(); getWindow().getDecorView().getWindowVisibleDisplayFrame(frame); if (frame.top == 0) { //tablet } else { //phone }这种要在onCreate走完之后才可以获取。而且不适合设置全屏的项目。第二种。public boolean isTab...
Read More
posted @ 2013-11-06 13:42 带狗狗带
Views(1920)
Comments(0)
Diggs(0)
Edit
公告