Skip to content

Instantly share code, notes, and snippets.

View pcevikogullari's full-sized avatar

Pamir Cevikogullari pcevikogullari

View GitHub Profile
public class RoundedLinearLayout extends LinearLayout {
String TAG = getClass().getSimpleName();
Path mPath;
float mCornerRadius;
public boolean isCornerSet = false;
public RoundedLinearLayout(Context context) {