We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用了NestedScrollview嵌套了Viewpager,里面的excelPanel 就不能用了
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" tools:context="cn.zhouchaoyuan.excelpaneldemo.MainActivity">
<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <android.support.design.widget.TabLayout android:id="@+id/tab_layout" android:layout_width="match_parent" android:layout_height="50dp" android:background="@color/bg_color" app:tabIndicatorColor="@color/tab_indicator_color" app:tabMode="scrollable" app:tabTextColor="@color/white"></android.support.design.widget.TabLayout> <android.support.v4.view.ViewPager android:id="@+id/pager" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp"></android.support.v4.view.ViewPager> </LinearLayout>
</android.support.v4.widget.NestedScrollView>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用了NestedScrollview嵌套了Viewpager,里面的excelPanel 就不能用了
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
tools:context="cn.zhouchaoyuan.excelpaneldemo.MainActivity">
</android.support.v4.widget.NestedScrollView>
The text was updated successfully, but these errors were encountered: