Home

Awesome

android-nestedscroll-maps

A NestedScrollingChild aware straight forward replacement for Google's MapFragment and SupportMapFragment fragments that works well with CoordinatorLayout, AppBarLayout and CollapsingToolbarLayout widgets from Google's Design library.

Import

On your build.gradle add:

    dependencies {
        compile 'com.github.gmazzo:nestedscroll-maps:0.4'
    }

Download

Usage

Just replace MapFragment and SupportMapFragment with NestedScrollMapFragment and SupportNestedScrollMapFragment respectively

Demo

NestedScrollMapFragmentMapFragment
Nested DemoRegular Demo