QuickReturnHeader
QuickReturnHeader copied to clipboard
A ListView/ScrollView header that hides when scrolling down and reappears immediately when scrolling up, regardless of how far down the list we've gone. Like the one from the Google Keep app.
Just to be clear, this library does not support webviews right? If not, does anyone know where I can find one?
i tried Like This QuickReturnHeaderHelper helper = new QuickReturnHeaderHelper(getActivity(), R.layout.feedfragment, R.layout.header); View view = helper.createView(); ``` // View view = inflater.inflate(v,null); ``` giving Null Pointer In Fragmnet
android:targetSdkVersion="19"
I can't find this there: http://search.maven.org/#search|ga|1|com.github.manuelpeinado Not that many files, but it should be there ;-)
Hello, your library is very easy to use. There is a problem when I set android:targetSdkVersion="19" to manifest in my project. I cannot see listview, just only display header. Can...
In Android 4.3 and later, the line 91 doesn't return any real data, so I changed to get the actual height from the dimen resource.
Why lib do not working with build targetSdkVersion > 17
how can i set the banner to the bottom insted of top header?