summaryrefslogtreecommitdiffstats
path: root/res/layout/two_pane_activity.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-22 17:19:13 -0700
committerMindy Pereira <mindyp@google.com>2012-03-22 17:28:40 -0700
commit451857feade2c5c4fa4a70542d16627959c07dd7 (patch)
treeb0cdae03c313f3c59bb8ac23d5ccbee3dda96ff3 /res/layout/two_pane_activity.xml
parentab4863650794e81f35a0fd9abc16a5564d7b102b (diff)
downloadandroid_packages_apps_UnifiedEmail-451857feade2c5c4fa4a70542d16627959c07dd7.tar.gz
android_packages_apps_UnifiedEmail-451857feade2c5c4fa4a70542d16627959c07dd7.tar.bz2
android_packages_apps_UnifiedEmail-451857feade2c5c4fa4a70542d16627959c07dd7.zip
Fix id for folder list.
The issue was that the id's for the folder area were different in one pane and two pane. Fixes b/6215555 Email crashes when the user taps on a folder with child folders or that advertises is has child folders Change-Id: I5c5e075d33909b038bbdcc0d0831dc0261b56130
Diffstat (limited to 'res/layout/two_pane_activity.xml')
-rw-r--r--res/layout/two_pane_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/two_pane_activity.xml b/res/layout/two_pane_activity.xml
index 7b08f4ad6..176489758 100644
--- a/res/layout/two_pane_activity.xml
+++ b/res/layout/two_pane_activity.xml
@@ -25,7 +25,7 @@
android:layout_height="match_parent" >
<FrameLayout
- android:id="@+id/folders_pane"
+ android:id="@+id/content_pane"
android:layout_width="@dimen/folder_list_pane_width"
android:layout_height="match_parent"
android:background="@drawable/folder_bg_holo_light"/>