Skip to content

RadarWidget not working #151

Open
Open
@vfrabel

Description

Hello everybody,

I am using the msdk 4.17 along uxsdk 4.16 to create an android app for a Matrice 350 RTK. All works fine but the radar (dji.ux.widget.RadarWidget) does not appear on the screen when I try to use it (the rest of widgets work properly).

Here is the piece of code regarding the manifest, inside my relative layout:

<dji.ux.widget.RadarWidget
        android:id="@+id/A"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="300dp"
        android:layout_marginStart="350dp"/>

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions