2025-07-11 18:21:26 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:id="@+id/main"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@mipmap/icon_login_bg"
|
|
|
|
|
tools:context=".Funcation.Activity.FuncationActivity">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:background="@drawable/x94555f75_8round_bg"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:layout_width="28dp"
|
|
|
|
|
android:layout_height="28dp"
|
|
|
|
|
android:src="@mipmap/icon_data1" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="作业数据"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:background="@drawable/x94555f75_8round_bg"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:layout_width="28dp"
|
|
|
|
|
android:layout_height="28dp"
|
|
|
|
|
android:src="@mipmap/icon_user_too" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="子账号管理"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:background="@drawable/x94555f75_8round_bg"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:layout_width="28dp"
|
|
|
|
|
android:layout_height="28dp"
|
|
|
|
|
android:src="@mipmap/icon_data2" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="设备数据"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
android:background="@drawable/x94555f75_8round_bg"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:layout_width="28dp"
|
|
|
|
|
android:layout_height="28dp"
|
|
|
|
|
android:src="@mipmap/icon_data3" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="数据统计"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_work"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="160dp"
|
|
|
|
|
android:background="@drawable/x94555f75_8round_bg"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
|
android:layout_width="34dp"
|
|
|
|
|
android:layout_height="34dp"
|
|
|
|
|
android:src="@mipmap/icon_word" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2025-08-06 18:57:26 +08:00
|
|
|
android:text="开始飞行"
|
2025-07-11 18:21:26 +08:00
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_width="180dp"
|
|
|
|
|
android:layout_height="40dp"
|
2025-11-12 09:23:40 +08:00
|
|
|
android:background="@drawable/cc3d4453_4round_bg"
|
2025-07-11 18:21:26 +08:00
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
android:layout_width="25dp"
|
|
|
|
|
android:layout_height="25dp"
|
|
|
|
|
android:src="@mipmap/icon_user_set" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="用户设置"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
2025-08-06 18:57:26 +08:00
|
|
|
android:layout_marginRight="-30dp"
|
2025-07-11 18:21:26 +08:00
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:src="@mipmap/icon_big_fly"
|
|
|
|
|
android:layout_width="wrap_content"
|
2025-08-06 18:57:26 +08:00
|
|
|
android:layout_height="65dp"/>
|
2025-07-11 18:21:26 +08:00
|
|
|
|
|
|
|
|
</RelativeLayout>
|