mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Making some view properties exported.
These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
This commit is contained in:
@@ -22,6 +22,7 @@ import android.graphics.Canvas;
|
||||
import android.graphics.Color;
|
||||
import android.graphics.Paint;
|
||||
import android.view.View;
|
||||
import android.view.ViewDebug;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
public class ClickShadowView extends View {
|
||||
@@ -32,7 +33,9 @@ public class ClickShadowView extends View {
|
||||
|
||||
private final Paint mPaint;
|
||||
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private final float mShadowOffset;
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private final float mShadowPadding;
|
||||
|
||||
private Bitmap mBitmap;
|
||||
|
||||
Reference in New Issue
Block a user