summaryrefslogtreecommitdiffstats
path: root/res/layout/two_pane_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/two_pane_activity.xml')
-rw-r--r--res/layout/two_pane_activity.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/two_pane_activity.xml b/res/layout/two_pane_activity.xml
index a8c1004a2..fdafb3bcc 100644
--- a/res/layout/two_pane_activity.xml
+++ b/res/layout/two_pane_activity.xml
@@ -65,6 +65,11 @@
android:layout_width="0dp"
android:layout_height="match_parent" />
+ <FrameLayout
+ android:id="@+id/miscellaneous_pane"
+ android:layout_width="0dp"
+ android:layout_height="match_parent" />
+
<com.android.mail.ui.ActionableToastBar
android:id="@+id/toast_bar"
style="@style/ToastBarStyle" />