Fab图标太小

时间:2017-12-08 20:36:47

标签: css xml nativescript

我有一个用nativescript制作的应用程序。我正在实施浮动操作按钮fab但是我的图标在工厂内部变得太小而且#34;圈"。

我尝试更改图标大小,填充和宽度/高度,但没有任何效果。

可以做些什么?

<FAB:fab tap="{{addImage}}" icon="res://add" rippleColor="#f56c0a" class="fab-button" />

的CSS:

.fab-button {
height: 100px;
width: 100px; /* this is required on iOS - Android does not require width so you might need to adjust styles */ 
margin-right: 30px;
margin-bottom: 30px;
background-color: #f68533;
vertical-align: bottom; 
}

FAB

新截图:

enter image description here

0 个答案:

没有答案