Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 518 Bytes

SquareLayout

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>

Screenshot