我在android studio v1.2.2中创建了示例android穿戴活动项目.我删除了WatchViewStub并使用this example来创建BoxInsetLayout的活动.但是BoxInsetLayout在Round Device上无法正常工作.我在moto 360 android 5.1.1和moto 360 5.0.1版更新之前对此进行了测试.我在模拟器上测试了这个.它根本不起作用.我一直看到这个:
但一定是这个
我的代码如下:
activity_main.xml中
BoxInsetLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:padding="15dp">
Box="all">
BoxInsetLayout>
为什么不起作用?我在哪里弄错了?如何在圆形屏幕设备上正确使用BoxInsetLayout?
最佳答案
原文链接:https://www.f2er.com/android/431287.html