File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
java/com/geckour/lopicmaker/ui/main Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ class DraftProblemsFragment : Fragment() {
48
48
49
49
mainViewModel.fabRightMode.postValue(MainViewModel .FabRightMode .ADD )
50
50
51
+ binding.textIndicateEmpty.setText(R .string.problem_fragment_message_empty_draft)
52
+
51
53
binding.recyclerView.apply {
52
54
layoutManager = LinearLayoutManager (context)
53
55
adapter = viewModel.adapter
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ class ProblemsFragment : Fragment() {
48
48
49
49
mainViewModel.fabRightMode.postValue(MainViewModel .FabRightMode .ADD )
50
50
51
+ binding.textIndicateEmpty.setText(R .string.problem_fragment_message_empty)
52
+
51
53
binding.recyclerView.apply {
52
54
layoutManager = LinearLayoutManager (context)
53
55
adapter = viewModel.adapter
Original file line number Diff line number Diff line change 12
12
android : layout_width =" wrap_content"
13
13
android : layout_height =" wrap_content"
14
14
android : layout_centerInParent =" true"
15
- android : text =" @string/problem_fragment_message_empty_draft"
16
15
app : layout_constraintBottom_toBottomOf =" parent"
17
16
app : layout_constraintEnd_toEndOf =" parent"
18
17
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments