Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 788 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 788 Bytes

Download

NestedWebView

This library is composed of NestedWebView and NestedWebViewAppBarLayout.

NestedWebView is extended WebView.

It implements NestedScrollingChild in order to work with CoordinatorLayout.

demo

sample

https://github.com/marshi/NestedWebView/tree/master/app

Get Started

allprojects {
    repositories {
        maven {
            url  "http://dl.bintray.com/marshi/maven"
        }
    }
}
compile 'com.github.marshi.android:nestedwebview:1.0.1'

License

MIT