From 0a97bf3a3957d8f53861a87e7edead0570c0944b Mon Sep 17 00:00:00 2001 From: Lennart Rosam Date: Sun, 22 Jan 2012 21:05:10 +0100 Subject: [PATCH] Portrait layout was broken after refactoring --- res/layout-port/main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout-port/main.xml b/res/layout-port/main.xml index 00b71cf18c..881645e837 100644 --- a/res/layout-port/main.xml +++ b/res/layout-port/main.xml @@ -9,7 +9,7 @@ android:id="@+id/actionBar" android:layout_width="fill_parent" android:layout_height="wrap_content" - class="eu.alefzero.owncloud.ui.ActionBar"> + class="eu.alefzero.owncloud.ui.fragment.ActionBar"> @@ -17,7 +17,7 @@ android:id="@+id/fileList" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="eu.alefzero.owncloud.FileList" > + class="eu.alefzero.owncloud.ui.fragment.FileList" >