<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<Button
android:id="@+id/button1"
android:layout_width="300dp"
android:layout_height="300dp"
android:text="Button1"
android:background="#11111100"/>
<Button
android:id="@+id/button2"
android:layout_width="213dp"
android:layout_height="200dp"
android:background="#11111100"
android:text="Button2" />
<Button
android:id="@+id/button3"
android:layout_width="102dp"
android:layout_height="79dp"
android:background="#11111100"
android:text="Button3" />
</FrameLayout>