使用 layout_gravity="bottom||end" xml 时,Android 资源链接失败

Kel*_*ong 2 xml android android-studio floating-action-button androidx

我试着把我的FAB放在Bottom屏幕的右侧。但每次我buildapp,它总是会失败,AAPT error如果我使用的android:layout_gravity="bottom||end"

这是详细的错误:Android 资源链接失败

AAPT: 错误: 'bottom||end' 与属性 layout_gravity (attr) 标志不兼容 [bottom=80, center=17, center_horizo​​ntal=1, center_vertical=16, clip_horizo​​ntal=8, clip_vertical=128, end=8388613, fill= 119、fill_horizo​​ntal=7、fill_vertical=112、left=3、right=5、start=8388611、top=48]。

我试过使用android:layout_gravity="bottom"它,它工作得很好。

有人可以帮我弄这个吗?

Gab*_*tti 8

android:layout_gravity="bottom|end"
Run Code Online (Sandbox Code Playgroud)

代替

android:layout_gravity="bottom||end"
Run Code Online (Sandbox Code Playgroud)