Skip to content

Instantly share code, notes, and snippets.

@RanjitPati
Last active January 18, 2019 11:07
Show Gist options
  • Save RanjitPati/2c482175f5f1fa051005b598946ab8f3 to your computer and use it in GitHub Desktop.
Save RanjitPati/2c482175f5f1fa051005b598946ab8f3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<include layout="@layout/custom_grid"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment