зеркало из https://github.com/nextcloud/android.git
Portrait layout was broken after refactoring
This commit is contained in:
Родитель
30734a9404
Коммит
0a97bf3a39
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче