Leave the title bar at the top of the screen for xlarge screen layout.
Since the title bar is always at the top of the screen, there is
no need for the fake title bar, so it is unused.
Bug 2697366
Change-Id: I4aa2472cd747ed662b97713ff9c67f15e4c57e35
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml
index 90dc324..525f30c 100644
--- a/res/layout/custom_screen.xml
+++ b/res/layout/custom_screen.xml
@@ -22,6 +22,7 @@
android:layout_height="match_parent"
/>
<LinearLayout android:orientation="vertical"
+ android:id="@+id/vertical_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">