Skip to content

Instantly share code, notes, and snippets.

View extralam's full-sized avatar
🎯
Focusing

Alan Lam extralam

🎯
Focusing
View GitHub Profile
@extralam
extralam / SquareView
Created June 28, 2013 02:20
SquareView - create View Container with square Size
package com.kirin.ui;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
/**
* SquareView - create View Container with square Size
* @author 阿目
* ViewGroup can be Relativelayout,Linearlayout as you like