tobU
tobU
解决了 实现IPickerViewData接口的方法就可以了 Huazhiling ***@***.***> 于2021年7月21日周三 下午3:34写道: > 我也觉得这个突然难倒我了 😂 > > 添加实体类数据源,显示内容变成了实体类地址,只能添加字符串类型的才能正确显示字符串吗? > > 好像你现在解决了么? > > 实体类实现IPickerViewData接口。然后返回想要的字符数据 > > — > You are receiving this because you commented. >...
+1 360脱壳 红米手机 6.0
plus one!!!!
plus
cn.example.stockmarket.widget.CommonAdapter
我fragment继承的是basefragment(里面定义的rootview)。在你需要高亮的fragment里面直接code: public void showTipView(View view){ mHightLight = new HighLight(getActivity()) .anchor(rootView)//如果是Activity上增加引导层,不需要设置anchor,弘扬神库里有默认的。 .addHighLight(view,R.layout.info_gravity_right_up,new OnBottomPosCallback(60),new CircleLightShape()); mHightLight.show(); } 这段代码我用于FloatingActionButton.做的点击事件。