LW
LW
same thing happen on me I tried to call: Tooltip.make( getActivity(), new Tooltip.Builder() .anchor(getActivity().findViewById(R.id.help_button), Tooltip.Gravity.BOTTOM) .fitToScreen(true) .closePolicy(Tooltip.ClosePolicy.TOUCH_INSIDE_CONSUME, 10000) .text("BOTTOM. Touch outside to dismiss the tooltip") .withArrow(true) .maxWidth(300) .withStyleId(R.style.ToolTipLayoutDefaultStyle_Custom1) .build() ).show();...
The exception happened at the line of : `alpha = array.getColor(fadeOut, 0);` in the following code block: ``` public TooltipOverlayDrawable(Context context, int defStyleResId) { this.mOuterPaint.setStyle(Style.FILL); this.mInnerPaint.setStyle(Style.FILL); TypedArray array = context.getTheme().obtainStyledAttributes(defStyleResId,...
I have the same problem: Atom: 1.9.9 atom-react: v0.16.0
can we update a new version and get this done?
@ryyppy you have saved my life :) it's strange to have to write that, i hope in future version of flow, this kind of warning could be removed :)
We are developing a SwiftUI based app and payment only supports the Australian region. Currently, there comes a country list as shown below, which confuses end-users. The possible worse thing...
any release date planned? Appreicate so much
@yuki-stripe is there some workaround for now? For example, can I by default select Australia region?
That would be a perfect @kgaidis Thanks :)
In latest codes, it seems that the function of "change the background text color" is removed again??