android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.percent.PercentRelativeLayout
android:layout_width="0dp"
android:layout_height="0dp"
android:background="#ff0000"
android:layout_centerInParent="true"
app:layout_heightPercent="80%"
app:layout_widthPercent="80%">
<android.support.percent.PercentRelativeLayout
android:layout_width="0dp"
android:layout_height="0dp"
android:background="#ffff00"
app:layout_heightPercent="40%"
app:layout_marginLeftPercent="10%"
app:layout_marginTopPercent="10%"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
app:layout_widthPercent="40%"/>
<android.support.percent.PercentRelativeLayout
android:layout_width="0dp"
android:layout_height="0dp"
android:background="#ffffff"
app:layout_heightPercent="40%"
app:layout_marginPercent="10%"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
app:layout_widthPercent="40%"/>
<android.support.percent.PercentRelativeLayout
android:layout_width="0dp"
android:layout_height="0dp"
android:background="#00ff00"
app:layout_heightPercent="40%"
app:layout_marginLeftPercent="10%"
app:layout_marginBottomPercent="10%"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
app:layout_widthPercent="40%"/>
<android.support.percent.PercentRelativeLayout
android:layout_width="0dp"
android:layout_height="0dp"
android:background="#0000ff"
app:layout_heightPercent="40%"
app:layout_marginRightPercent="10%"
app:layout_marginBottomPercent="10%"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
app:layout_widthPercent="40%"/>
</android.support.percent.PercentRelativeLayout>
</android.support.percent.PercentRelativeLayout>