FloatingActionButton always visible
问题 I am getting familiar with the new support.design library and I'm facing this issue with the FloatingActionButton. I'm trying to hide it programmatically, but the button stay always visible. I have the feeling that app:layout_anchor="@id/appbar" must override the visibility of the button. JAVA: @InjectView(R.id.search_fab) FloatingActionButton search_fab; [...] search_fab.setVisibility(View.GONE); XML: <android.support.design.widget.AppBarLayout android:id="@+id/appbar" android:layout_width=