michaelye/EasyDialog

How to set border colour

Closed this issue · 1 comments

Can you tell me how do I set the colour of the border around the Tooltip ?

I found a way ->
tooltipViewInstance.findViewById(R.id.llContent).setBackground(getDrawable(R.drawable.tooltip_border));