Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Do not block focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Dec 28, 2018
1 parent 9a7d5fa commit 1b936a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:background="?attr/colorPrimary"
android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:touchscreenBlocksFocus="false"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
android:id="@+id/toolbar">
<Switch
Expand Down

0 comments on commit 1b936a3

Please sign in to comment.