Skip to content

Instantly share code, notes, and snippets.

@bubblek
Created November 9, 2015 13:55
Show Gist options
  • Save bubblek/a58d3ccffcac082b987a to your computer and use it in GitHub Desktop.
Save bubblek/a58d3ccffcac082b987a to your computer and use it in GitHub Desktop.
activity_step1_detail.xml
<?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:background="#FFFFFF"
android:orientation="horizontal">
<include
layout="@layout/fragment_step1_detail1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
<include
layout="@layout/fragment_step1_detail2"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment