nextcloud-android/res/layout/main.xml

23 lines
799 B
XML
Raw Normal View History

2012-02-04 19:23:41 +04:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
2012-02-04 19:23:41 +04:00
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
2012-02-04 19:23:41 +04:00
<fragment
android:id="@+id/landingPage"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
class="eu.alefzero.owncloud.ui.fragment.LandingPageFragment" >
<!-- Preview: layout=@layout/landing_page_fragment -->
</fragment>
</LinearLayout>
2012-02-04 19:23:41 +04:00
2012-01-14 03:31:56 +04:00
</LinearLayout>