Merge "Make BadgedImageView selectable when talkback is on" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9dbc2b7ee4
@@ -98,6 +98,8 @@ public class BadgedImageView extends ImageView {
|
|||||||
Path iconPath = PathParser.createPathFromPathData(
|
Path iconPath = PathParser.createPathFromPathData(
|
||||||
getResources().getString(com.android.internal.R.string.config_icon_mask));
|
getResources().getString(com.android.internal.R.string.config_icon_mask));
|
||||||
mDotRenderer = new DotRenderer(mBubbleBitmapSize, iconPath, DEFAULT_PATH_SIZE);
|
mDotRenderer = new DotRenderer(mBubbleBitmapSize, iconPath, DEFAULT_PATH_SIZE);
|
||||||
|
|
||||||
|
setFocusable(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user