|
@@ -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">
|
|
|
<!-- Preview: layout=@layout/action_bar -->
|
|
|
</fragment>
|
|
|
|
|
@@ -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" >
|
|
|
|
|
|
<!-- Preview: layout=@layout/list_layout -->
|
|
|
</fragment>
|