Created
December 30, 2016 09:16
-
-
Save manishkpr/535b5163265006f1e5a2be84c4720644 to your computer and use it in GitHub Desktop.
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
<LinearLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:orientation="vertical" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:id="@+id/sample_main_layout"> | |
<FrameLayout | |
android:id="@+id/sample_content_fragment" | |
android:layout_weight="2" | |
android:layout_width="match_parent" | |
android:layout_height="0px" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment