From 76eb29188445af8949ac13a196de0cfb4e7b941c Mon Sep 17 00:00:00 2001 From: Roman Birg Date: Thu, 4 Sep 2014 11:38:47 -0700 Subject: Eleven: update Profile Activity to have sliding panel * Split out common sliding panel logic into SlidingPanelActivity.java so multiple activities can inherit from it * updated intents to go through Home Activity Change-Id: I5cf880c961cdd9e763231eb5418cd6632a52c5f5 Signed-off-by: Roman Birg --- AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fe80222..3a00410 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -136,7 +136,9 @@ + android:screenOrientation="portrait" + android:theme="@style/Eleven.Theme.ActionBar.Overlay"> +