Loading packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/BaseTooltipView.java +2 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,8 @@ class BaseTooltipView extends FrameLayout { final GradientDrawable gradientDrawable = (GradientDrawable) mTextView.getBackground(); gradientDrawable.setCornerRadius(mTextViewCornerRadius); gradientDrawable.setColor(Utils.getColorAttrDefaultColor(getContext(), com.android.internal.R.attr.colorAccentPrimary)); } private void updateArrowWith(Rect anchorViewLocation) { Loading Loading
packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/BaseTooltipView.java +2 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,8 @@ class BaseTooltipView extends FrameLayout { final GradientDrawable gradientDrawable = (GradientDrawable) mTextView.getBackground(); gradientDrawable.setCornerRadius(mTextViewCornerRadius); gradientDrawable.setColor(Utils.getColorAttrDefaultColor(getContext(), com.android.internal.R.attr.colorAccentPrimary)); } private void updateArrowWith(Rect anchorViewLocation) { Loading