FPVWidget无法铺满整个屏幕
0
使用uxsdk的FPVWidget,但它没法铺满整个屏幕,不知道有没有大佬能指点下?
截图(分别用的是iqoo neo3和小米6):
机型是 精灵4
代码如下:
<!-- Widget to see first person view (FPV) -->
<dji.ux.widget.FPVWidget
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true" />
<dji.ux.widget.FPVOverlayWidget
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<dji.ux.workflow.CompassCalibratingWorkFlow
android:layout_width="match_parent"
android:layout_height="match_parent"/>
|
|
|
|