aboutsummaryrefslogtreecommitdiff
path: root/res/layout/abstract_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/abstract_activity.xml')
-rw-r--r--res/layout/abstract_activity.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/abstract_activity.xml b/res/layout/abstract_activity.xml
index ed16c695..c5bf45ca 100644
--- a/res/layout/abstract_activity.xml
+++ b/res/layout/abstract_activity.xml
@@ -8,7 +8,8 @@
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:clickable="true" />
<!-- The navigation drawer -->
<ListView android:id="@+id/left_drawer"
android:layout_width="240dp"
@@ -18,4 +19,4 @@
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:background="?android:windowBackground"/>
-</android.support.v4.widget.DrawerLayout> \ No newline at end of file
+</android.support.v4.widget.DrawerLayout>