Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 873 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 873 Bytes

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

NestedScrollMapFragment MapFragment
Nested Demo Regular Demo