Android浮动操作菜单自定义视图

时间:2014-11-17 03:32:08

标签: android android-custom-view material-design floating-action-button

我正在使用https://github.com/futuresimple/android-floating-action-button作为我的浮动操作菜单。我正在尝试像收件箱一样在菜单左侧添加文本。由于菜单是一个处理其展开和折叠的自定义视图,添加文本的最佳方法是什么?

1 个答案:

答案 0 :(得分:0)

现在提供可选标签(自2014年12月8日起v1.3.0起):

<com.getbase.floatingactionbutton.FloatingActionsMenu
    ...
    fab:fab_labelStyle="@style/menu_labels_style">


<com.getbase.floatingactionbutton.FloatingActionButton
    ...
    fab:fab_title="Your Title" />