fenggj

Results 10 comments of fenggj

 找到方法了,view.bringToFront() 可以将布局在下层的控件放到上层,不被其他控件挡住

09-04 10:48:26.177 9051-9051/com.google.ar.core.examples.java.helloar E/SupportedDevices: Device calibration unavailable. 09-04 10:48:26.232 9051-9131/com.google.ar.core.examples.java.helloar I/Adreno: QUALCOMM build : 0a3bdfc, Ifb508eebcd Build Date : 08/13/16 OpenGL ES Shader Compiler Version: XE031.09.00.03 Local Branch : Remote...

I can't install “modified ARCore Service APK”,analysis this installation package APK failed

> Also, nothing happen when I turn on the webcam modify webcam = False,it will perform correct.

> I am running the command > > python3 ObjectMeasurement.py and it is not working means not displaying the measurements of objects modify webcam = False,it will perform correct.

> > 我正在运行命令 > > python3 ObjectMeasurement.py 并且它不起作用意味着不显示对象的测量值 > > me too modify webcam = False,it will perform correct.

> Yep, I upgraded our app recently with the latest version... Let's see if that helps... > > Thanks, Camiel hi,do you try i find it is also has the...

/** * 历史Activity换肤(夜间模式切换) */ public void changeHistoryActivityMode() { if(null != activityStack) { for (Activity activity : activityStack) { if (activity != null) { if (SharedPreferencesMgr.getInt("theme", 0) == 1) { activity.setTheme(R.style.theme_2);...

i have the same problem,then modify the VisibleDelegate,enqueueDispatchVisible()、onpause(),use the origion taskDispatchSupportVisible and getHandler(),then it normal