mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
Portrait layout was broken after refactoring
This commit is contained in:
parent
30734a9404
commit
0a97bf3a39
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue