Merge string resources

This commit is contained in:
topjohnwu
2020-01-23 01:40:36 +08:00
parent 345c3ef15e
commit 2291be5d26
50 changed files with 246 additions and 279 deletions
@@ -33,7 +33,7 @@ class LogFragment : CompatFragment<LogViewModel, FragmentLogMd2Binding>() {
override fun onStart() {
super.onStart()
setHasOptionsMenu(true)
activity.title = resources.getString(R.string.section_log)
activity.title = resources.getString(R.string.logs)
}
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {