Skip to content

Commit c097142

Browse files
Navigate in toolbar in Thread Fragment
1 parent e364973 commit c097142

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/res/layout/fragment_thread.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@
2020
xmlns:tools="http://schemas.android.com/tools"
2121
android:layout_width="match_parent"
2222
android:layout_height="match_parent"
23+
android:focusable="false"
2324
tools:context=".ui.main.thread.ThreadFragment">
2425

2526
<androidx.constraintlayout.widget.ConstraintLayout
2627
android:id="@+id/threadView"
2728
android:layout_width="match_parent"
2829
android:layout_height="match_parent"
2930
android:visibility="gone"
30-
tools:visibility="visible">
31+
tools:visibility="visible"
32+
android:focusable="false">
3133

3234
<com.google.android.material.appbar.MaterialToolbar
3335
android:id="@+id/toolbar"
3436
android:layout_width="match_parent"
3537
android:layout_height="?attr/actionBarSize"
38+
android:touchscreenBlocksFocus="false"
3639
app:contentInsetEnd="0dp"
3740
app:layout_constraintEnd_toEndOf="parent"
3841
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)