mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Fix drawer clicks leaking through to underlying layout (ref #53).
This commit is contained in:
parent
7b51d8f355
commit
20d1fcf3e8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
android:layout_gravity="start"
|
android:layout_gravity="start"
|
||||||
android:layout_width="260dip"
|
android:layout_width="260dip"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:clickable="true"
|
||||||
android:background="@android:color/background_light" />
|
android:background="@android:color/background_light" />
|
||||||
|
|
||||||
</android.support.v4.widget.DrawerLayout>
|
</android.support.v4.widget.DrawerLayout>
|
Loading…
Reference in a new issue