mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Making some view properties exported.
These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
This commit is contained in:
@@ -5,12 +5,14 @@ import android.content.res.TypedArray;
|
||||
import android.graphics.Rect;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.view.ViewDebug;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.FrameLayout;
|
||||
|
||||
public class InsettableFrameLayout extends FrameLayout implements
|
||||
ViewGroup.OnHierarchyChangeListener, Insettable {
|
||||
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
protected Rect mInsets = new Rect();
|
||||
|
||||
public InsettableFrameLayout(Context context, AttributeSet attrs) {
|
||||
|
||||
Reference in New Issue
Block a user