我试着把我的FAB放在Bottom屏幕的右侧。但每次我build的app,它总是会失败,AAPT error如果我使用的android:layout_gravity="bottom||end"
这是详细的错误:Android 资源链接失败
AAPT: 错误: 'bottom||end' 与属性 layout_gravity (attr) 标志不兼容 [bottom=80, center=17, center_horizontal=1, center_vertical=16, clip_horizontal=8, clip_vertical=128, end=8388613, fill= 119、fill_horizontal=7、fill_vertical=112、left=3、right=5、start=8388611、top=48]。
我试过使用android:layout_gravity="bottom"它,它工作得很好。
有人可以帮我弄这个吗?