-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parent layout is ScrollView, the shadow is invalid #9
Comments
mrnorouzi
added a commit
to mrnorouzi/ShadowLayout
that referenced
this issue
Aug 21, 2017
I fixed this issue in my fork |
NestedScrollView not work |
I tested a NestedScrollView it works correctly. May you(@qssq) write an example? |
@mrnorouzi @GIGAMOLE Hello, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
</ScrollView>
The text was updated successfully, but these errors were encountered: