Skip to content

Instantly share code, notes, and snippets.

View NaikSoftware's full-sized avatar
🇺🇦

Nickolay Savchenko NaikSoftware

🇺🇦
  • Ukraine
View GitHub Profile
@NaikSoftware
NaikSoftware / NestedCoordinatorLayout.java
Last active September 5, 2018 09:40 — forked from karthikrg/gist:0948bf5d7864c0376bcd
Coordinator layout that supports nesting of other coordinator layouts within
package android.support.design.widget;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.view.NestedScrollingChildHelper;
import android.util.AttributeSet;
import android.view.View;
/**