FloatingActionButton未显示在片段中

时间:2015-03-31 09:05:53

标签: android android-fragments

我在我的应用程序中使用此https://github.com/futuresimple/android-floating-action-button。我有一个显示谷歌地图的片段。这个按钮在所有版本的android 4.xx上显示正常,但在Android版本5.xx上它是不可见的。

这是片段中按钮的xml:

<com.getbase.floatingactionbutton.FloatingActionButton
    android:id="@+id/btnShifts"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="bottom|right"
    android:layout_alignParentRight="true"
    android:layout_alignParentBottom="true"
    android:layout_marginRight="10dp"
    android:layout_marginBottom="10dp"
    fab:fab_icon="@drawable/fab_plus24" />

该库正在我的应用程序中正确注入,因为该按钮在早期版本的android中有效。你们中的任何人都知道会出现什么问题吗?有什么理由不能在android 5.xx中运行吗?

提前谢谢,这是一个我遇到很多麻烦的问题。如果您需要其他信息,请与我们联系。

1 个答案:

答案 0 :(得分:1)

使用this库。它已更新为API 22和Build Tools 22