Skip to content

Instantly share code, notes, and snippets.

View akuchinke's full-sized avatar

Adrian Kuchinke akuchinke

View GitHub Profile
@akuchinke
akuchinke / AspectFrameLayout.java
Created November 25, 2017 16:10
FrameLayout that adjusts one dimension as a fraction of the other
package com.your.package;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.FrameLayout;