We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Floating Action Buttons (markdown)
fix for AndroidX
Update deprecated onNestedScroll method
Update deprecated onStartNestedScroll method
Remove references to V4
Migrate guide to AndroidX
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
moving to https:// for i.imgur
Revert "Destroyed Floating Action Buttons (markdown)" This reverts commit 4cc0ad1f88401a28aaf5fa9af7ade1ab024a605f.
Destroyed Floating Action Buttons (markdown)
com.android.support:appcompat-v7:21+ added support for tinting widgets on devices running pre-API21 by extending AppCompat theme and using app:backgroundTint instead of android:backgroundTint
Add xmlns:android to template code for root-level CoordinatorLayout, in order to use android:layout_height and android:layout_width as its attributes
Added this in the hope it would help others with a problem I had where ScrollAwareFABBehavior would never be called. It was not mentioned that the parent layout has to be a CoordinatorLayout.
Fix dead links to endless scrolling