SquareLayout for Adnroid
This is the square layout whose side is "width", extends Relativelayout.
<com.dedpp.square.SquareLayout
android:layout_width="100dp"
android:layout_height="wrap_content">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="#0000ff" />
</com.dedpp.square.SquareLayout>