1、优化地图主页布局,适配2560尺寸
2、优化右侧面板UI 3、修改评测任务列表UI 4、增加当前任务UI及相关功能
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<navigation 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/left_drawer_nav_graph"
|
||||
app:startDestination="@id/PersonalCenterFragment">
|
||||
|
||||
<fragment
|
||||
@@ -23,10 +22,10 @@
|
||||
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/TaskListFragment"
|
||||
android:name="com.navinfo.omqs.ui.fragment.tasklist.TaskListFragment"
|
||||
android:id="@+id/TaskManagerFragment"
|
||||
android:name="com.navinfo.omqs.ui.fragment.tasklist.TaskManagerFragment"
|
||||
android:label="任务列表"
|
||||
tools:layout="@layout/fragment_task_list">
|
||||
tools:layout="@layout/fragment_task_manager">
|
||||
|
||||
</fragment>
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<navigation 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/middle_fragment_nav_graph"
|
||||
app:startDestination="@id/EmptyFragment">
|
||||
|
||||
<fragment
|
||||
|
||||
Reference in New Issue
Block a user