feat: 左侧界面美化(部分)

This commit is contained in:
2023-05-06 11:04:23 +08:00
parent cde0cd39df
commit b0b4f2be52
10 changed files with 222 additions and 91 deletions

View File

@@ -56,6 +56,10 @@ class QsRecordListFragment : BaseFragment(){
findNavController().popBackStack()
}
})
binding.recordBack.setOnClickListener{
findNavController().navigateUp()
}
}
override fun onResume() {