Skip to content

Instantly share code, notes, and snippets.

View gibson-khs's full-sized avatar
🤡
GIBSON

Gibson Kim gibson-khs

🤡
GIBSON
View GitHub Profile
@gibson-khs
gibson-khs / DeepScrollView.java
Created June 20, 2017 12:57 — forked from alecplumb/DeepScrollView.java
Scroll an android ScrollView to a non-direct child
public class DeepScrollView extends ScrollView {
public ShrinkWatchScrollView(Context context, AttributeSet attrs,
int defStyle) {
super(context, attrs, defStyle);
}
public ShrinkWatchScrollView(Context context, AttributeSet attrs) {
this(context, attrs, 0);