Skip to content

Instantly share code, notes, and snippets.

View h4h13's full-sized avatar
🏠
Working from home

Hemanth Savarala h4h13

🏠
Working from home
View GitHub Profile
@h4h13
h4h13 / RoundCornerFrameLayout.java
Created April 18, 2018 18:15 — forked from metaphore/RoundCornerFrameLayout.java
[Android] Frame layout with rounded corners
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Path;
import android.support.annotation.NonNull;
import android.util.AttributeSet;
import android.widget.FrameLayout;
/**
* Frame layout that has rounded corners (it clips content too).