Skip to content

Commit

Permalink
make sure that the glass pane is always on top (fixes #5523)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 5, 2024
1 parent b2067e2 commit 22b6179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_overlay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
android:id="@+id/glassPane"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:elevation="@dimen/speech_bubble_elevation"
android:clickable="true"
android:focusable="true"
android:visibility="gone"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_quest_answer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
android:id="@+id/glassPane"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:elevation="@dimen/speech_bubble_elevation"
android:clickable="true"
android:focusable="true"
android:visibility="gone"
Expand Down

0 comments on commit 22b6179

Please sign in to comment.