Android 省,市,区选择权
版权声明:大家可以转载,请写明转载申明 https://blog.csdn.net/bzlj2912009596/article/details/90312251 需要WheelView基础控件自行扩展实现逻辑,可直接添加基础控件库,Gradle 依赖: compile 'com.contrarywind:wheelview:4.0.9' 布局: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/include_pickerview_topbar" android:layout_width="match_parent" android:layout_height="@dimen/pickerview_topbar_height" /> <LinearLayout android:id="@+id/optionspicker" android:layout