Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
dom
/
layout
/
ExtendedNestedScrollView.java
blob: 75a8c3e30f2807ef438f42c6bfabbf8e5eb56d99 [
file
] [
log
] [
blame
]
package
p1
.
p2
;
import
android
.
content
.
Context
;
import
android
.
support
.
v4
.
widget
.
NestedScrollView
;
public
class
ExtendedNestedScrollView
extends
NestedScrollView
{
public
ExtendedNestedScrollView
(
Context
context
)
{
super
(
context
);
}
}