michaelye / EasyDialog

A lightweight, flexible tip dialog in Android
Other
705 stars 191 forks source link

How to set border colour #5

Closed mp3por closed 8 years ago

mp3por commented 8 years ago

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

mp3por commented 8 years ago

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