FabPositions

interface FabPositions

提供了 FabPosition 的一组预定义实例。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun getCenter(): FabPosition

FAB 位于屏幕底部中心位置,在导航栏(如果存在)之上。

Link copied to clipboard
abstract fun getEnd(): FabPosition

FAB 位于屏幕底部结束位置,在导航栏(如果存在)之上。

Link copied to clipboard
abstract fun getEndOverlay(): FabPosition

FAB 位于屏幕底部结束位置,覆盖在导航栏(如果存在)之上。

Link copied to clipboard
abstract fun getStart(): FabPosition

FAB 位于屏幕底部起始位置,在导航栏(如果存在)之上。