android-nestedscroll-maps

Nested scroll (CoordinatorLayout, AppBarLayout and CollapsingToolbarLayout) support for Google Maps fragments

Stars
6

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'
    }

Usage

Just replace MapFragment and SupportMapFragment with NestedScrollMapFragment and SupportNestedScrollMapFragment respectively

Demo

NestedScrollMapFragment MapFragment
Nested Demo Regular Demo
Badges
Extracted from project README