Skip to content
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

WheelView滚轮控件高度在代码与xml中设置match_parent无效,只有setLineSpacingMultiplier方法设置间距倍数吗?没有提供设置高度的外部方法吗? #1021

Open
chen-fuhai opened this issue Aug 6, 2022 · 0 comments

Comments

@chen-fuhai
Copy link

chen-fuhai commented Aug 6, 2022

`

<com.contrarywind.view.WheelView
    android:id="@+id/options1"
    android:layout_width="0dp"
    android:layout_height="match_parent"
    android:layout_weight="1"
    android:background="@color/text_red_color" />

<com.contrarywind.view.WheelView
    android:id="@+id/options2"
    android:layout_width="0dp"
    android:layout_height="match_parent"
    android:layout_weight="1" />

<com.contrarywind.view.WheelView
    android:id="@+id/options3"
    android:layout_width="0dp"
    android:layout_height="match_parent"
    android:layout_weight="1" />

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant