增加便签功能

This commit is contained in:
squallzhjch
2023-07-07 13:54:08 +08:00
parent d84356415c
commit 07d3165813
36 changed files with 3588 additions and 127 deletions

View File

@@ -20,4 +20,10 @@
android:name="com.navinfo.omqs.ui.fragment.evaluationresult.ProblemLinkFragment"
android:label="评测页面"
tools:layout="@layout/fragment_problem_link"></fragment>
<fragment
android:id="@+id/CanvasFragment"
android:name="com.navinfo.omqs.ui.fragment.note.CanvasFragment"
android:label="绘图页面"
tools:layout="@layout/fragment_canvas"></fragment>
</navigation>

View File

@@ -30,4 +30,11 @@
tools:layout="@layout/fragment_evaluation_result">
</fragment>
<fragment
android:id="@+id/NoteFragment"
android:name="com.navinfo.omqs.ui.fragment.note.NoteFragment"
android:label="便签页面"
tools:layout="@layout/fragment_note">
</fragment>
</navigation>