码迷,mamicode.com
首页 > 其他好文 > 详细

FloatingActionButton 不能正常显示为圆形

时间:2015-07-17 17:38:27      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:

使用 compile ‘com.android.support:design:22.2.0‘
实现FloatingActionButton效果的问题:

1. 在低于API17时会展示为方形而不是圆形,这只属性 app:borderWidth="0dp" 解决该问题;
2. 不能有名为fab_background的drawable资源;

 

 

 

This is known by Google and will be fix soon in the next version of the Design Support Library, see this issue: FAB Appears as a square on API 16. It should only concern API 16.

The workaround, proposed in the same thread, is to add app:borderWidth="0dp" to your FAB.

 

FloatingActionButton 不能正常显示为圆形

标签:

原文地址:http://www.cnblogs.com/niuql/p/4654687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!