mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-12 Editor | Fix | Make toolbar clickable for intercepting clicks (#2399)
This commit is contained in:
parent
0f130db0f3
commit
f0aede1762
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
android:id="@+id/topToolbar"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/default_toolbar_height"
|
||||
android:clickable="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue