File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 20
20
xmlns : tools =" http://schemas.android.com/tools"
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" match_parent"
23
+ android : focusable =" false"
23
24
tools : context =" .ui.main.thread.ThreadFragment" >
24
25
25
26
<androidx .constraintlayout.widget.ConstraintLayout
26
27
android : id =" @+id/threadView"
27
28
android : layout_width =" match_parent"
28
29
android : layout_height =" match_parent"
29
30
android : visibility =" gone"
30
- tools : visibility =" visible" >
31
+ tools : visibility =" visible"
32
+ android : focusable =" false" >
31
33
32
34
<com .google.android.material.appbar.MaterialToolbar
33
35
android : id =" @+id/toolbar"
34
36
android : layout_width =" match_parent"
35
37
android : layout_height =" ?attr/actionBarSize"
38
+ android : touchscreenBlocksFocus =" false"
36
39
app : contentInsetEnd =" 0dp"
37
40
app : layout_constraintEnd_toEndOf =" parent"
38
41
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments