Jelajahi Sumber

Portrait layout was broken after refactoring

Lennart Rosam 13 tahun lalu
induk
melakukan
0a97bf3a39
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      res/layout-port/main.xml

+ 2 - 2
res/layout-port/main.xml

@@ -9,7 +9,7 @@
         android:id="@+id/actionBar"
         android:id="@+id/actionBar"
         android:layout_width="fill_parent"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         android:layout_height="wrap_content"
-        class="eu.alefzero.owncloud.ui.ActionBar">
+        class="eu.alefzero.owncloud.ui.fragment.ActionBar">
         <!-- Preview: layout=@layout/action_bar -->
         <!-- Preview: layout=@layout/action_bar -->
     </fragment>
     </fragment>
 
 
@@ -17,7 +17,7 @@
         android:id="@+id/fileList"
         android:id="@+id/fileList"
         android:layout_width="fill_parent"
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
         android:layout_height="fill_parent"
-        class="eu.alefzero.owncloud.FileList" >
+        class="eu.alefzero.owncloud.ui.fragment.FileList" >
 
 
         <!-- Preview: layout=@layout/list_layout -->
         <!-- Preview: layout=@layout/list_layout -->
     </fragment>
     </fragment>