Floating action buttons are a special case of promoted actions.
I have an activity with coordinator layout.inside activity there is a fragment with Recycler view and float button.how …
android android-recyclerview floating-action-button recyclerview-layoutAccording to the new Android Design Guidelines for the Floating Action Button, it should be reasonable to transform the Floating …
android android-animation floating-action-buttonI rotate the FAB in such a simple way: fab.startAnimation(AnimationUtils.loadAnimation(this, R.anim.rotate)); rotate.xml: <?…
android rotation android-animation floating-action-buttonI am Using Snack bar and FAB in my application Same Page,Whenever Snackbar is Showing Floating Action button not …
android floating-action-button android-snackbarI am working on app in some fragment i want to hide FloatingActionButtton. When i set android:visibility="gone". Behavior …
android android-coordinatorlayout floating-action-buttonAlthough there is a similar question, it does not give me a solution. When I'm trying to use com.google.…
android floating-action-button material-components material-components-androidI am creating a simple app with using material design. And I want getting two floating buttons on the one …
android material-design floating-action-buttonI am using a custom view to create a FloatingActionMenu with FloatingActionButtons. I have modified this class to make it …
android floating-action-buttonfab.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(PrivateDealActivity.this, R.color.colorWhite))); This is not working. How to change background color …
android material-design floating-action-button material-components-android material-componentsI have a floating action button anchored to the bottom right of a coordinator layout. It is 16dp from the …
android android-layout shadow floating-action-button