summaryrefslogtreecommitdiffstats
path: root/res/layout/two_pane_activity.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-08-16 10:26:32 -0700
committerScott Kennedy <skennedy@google.com>2013-08-19 11:36:29 -0700
commit45c4ce371f5ecc7bf6eb3cc99731a93fdb6557ca (patch)
tree998487ee918d889ebf96f121609b7b21337e9c34 /res/layout/two_pane_activity.xml
parent72eca8266304ad2c03c1e979ceadd7f8fac12c32 (diff)
downloadandroid_packages_apps_UnifiedEmail-45c4ce371f5ecc7bf6eb3cc99731a93fdb6557ca.tar.gz
android_packages_apps_UnifiedEmail-45c4ce371f5ecc7bf6eb3cc99731a93fdb6557ca.tar.bz2
android_packages_apps_UnifiedEmail-45c4ce371f5ecc7bf6eb3cc99731a93fdb6557ca.zip
Support ads in TwoPaneLayout
Bug: 10212376 Change-Id: I8598501deb8012e6a8ec543c419cf6b251178e2a
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" />