是否可以将浮动操作按钮标签更改为图标右侧
Is it possible ro change the floating action button label to right of icon
我正在使用 Clans FloatingActionButton
1: https://github.com/Clans/FloatingActionButton. By default the layout appears as 按钮的标签在左边,按钮在右边。是否可以将布局更改为左侧的按钮和按钮右侧的标签
请检查您使用的库:
您可以找到如下选项:
工厂:menu_labels_position="right"
和
FloatingActionButton 在布局中将其设置为左侧
因此您可以根据需要进行更改。
在 git 项目中 https://github.com/Clans/FloatingActionButton
搜索 ' fab:menu_labels_position="left" '
并将其编辑为 ' fab:menu_labels_position="right" '.
希望你得到答案。 :)
我正在使用 Clans FloatingActionButton
1: https://github.com/Clans/FloatingActionButton. By default the layout appears as
请检查您使用的库:
您可以找到如下选项:
工厂:menu_labels_position="right"
和
FloatingActionButton 在布局中将其设置为左侧
因此您可以根据需要进行更改。
在 git 项目中 https://github.com/Clans/FloatingActionButton
搜索 ' fab:menu_labels_position="left" '
并将其编辑为 ' fab:menu_labels_position="right" '.
希望你得到答案。 :)