1
0
Fork 0
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:
Felix Ableitner 2014-07-04 17:08:33 +02:00
parent 7b51d8f355
commit 20d1fcf3e8

View file

@ -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>