From b8863d96efecf9f2cfa6471bd769aa4cbf30e32e Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 30 Jul 2010 15:10:33 -0700 Subject: [PATCH] Add action mode decor to layout.screen_simple Change-Id: I30ae9bcd484b33a4f64de94f82cc302189e50b9a --- core/res/res/layout/screen_simple.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/core/res/res/layout/screen_simple.xml b/core/res/res/layout/screen_simple.xml index df511c6c42b65..16af890602182 100644 --- a/core/res/res/layout/screen_simple.xml +++ b/core/res/res/layout/screen_simple.xml @@ -21,9 +21,19 @@ This is an optimized layout for a screen, with the minimum set of features enabled. --> - \ No newline at end of file + android:orientation="vertical"> + + +