Created
October 23, 2013 09:03
-
-
Save VincentH-Net/7115122 to your computer and use it in GitHub Desktop.
Main view markup for Android Cloud Auction example app, built with MvvmQuickCross
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/MainView" | |
android:orientation="vertical" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent"> | |
<FrameLayout | |
android:id="@+id/MainView_TabFragmentContainer" | |
android:layout_width="match_parent" | |
android:layout_height="0dip" | |
android:layout_weight="1" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment