余烣
余烣
I just using the viewBinding, and now i want to know how do i switch to use databinding, my project has so many code to change
Hi ,i got a error: when i register it in Fragment: ##------------------------------------------------------------------- @Override public void onActivityCreated(@Nullable Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); EventBus.getDefault().register(this); } @Override public void onDestroyView() { super.onDestroyView(); EventBus.getDefault().unregister(this); }...
**XPopup版本** 2.9.19 **手机系统和型号** 一加8t **描述你的问题* 继承 PositionPopupView的时候,弹框show的宽度不会根据 给的layout.xml布局的宽度来决定: popupview代码很简单: ```kotlin class RangePopV2(context: Context) : FullScreenPopupView(context) { override fun getImplLayoutId(): Int { return R.layout.drug_pop_date_range } fun show(watchView: View) { val intArray...
1. PC 环境:mac ;系统版本 14.3;JDK 版本 8;Python 版本 3.11.7;执行命令 java -jar rhea-trace-shell.jar -a com.storemonitor.app -t 10 -o output.pb -r rhea.all sched -fullClassName; 2. 手机环境:一加8t、Android 13;app 正常启动;无崩溃; 3. APK文件:64 位;assets 目录不包含...
**XPopup版本** 如2.10.0 **手机系统和型号** 任意机型 **以下问题在demo复现步骤** fragment_quickstart.xml中将 R.id == vv2的view高度设置过长(700dp)。 点击按钮 R.id.btnBubbleAttachPopup2 ,展示BubbleAttachPopupView弹框,高度会异常显示,建议做一个兼容处理.