projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Heavy refactoring: Moved UI things to UI packages
[pub/Android/ownCloud.git]
/
res
/
layout
/
main.xml
diff --git
a/res/layout/main.xml
b/res/layout/main.xml
index
378b777
..
cddcacb
100644
(file)
--- a/
res/layout/main.xml
+++ b/
res/layout/main.xml
@@
-15,7
+15,7
@@
android:id="@+id/actionBar"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/actionBar"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
- class="eu.alefzero.owncloud.ui.ActionBar">
+ class="eu.alefzero.owncloud.ui.
fragment.
ActionBar">
<!-- Preview: layout=@layout/action_bar -->
</fragment>
<!-- Preview: layout=@layout/action_bar -->
</fragment>
@@
-29,7
+29,7
@@
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
- class="eu.alefzero.owncloud.FileList" >
+ class="eu.alefzero.owncloud.
ui.fragment.
FileList" >
<!-- Preview: layout=@layout/list_layout -->
</fragment>
<!-- Preview: layout=@layout/list_layout -->
</fragment>