Denys Davydov

Results 5 issues of Denys Davydov

Is it possible to use standard `.setPositiveButton() .setNegativeButton() .setNeutralButton()` with LovelyCustomDialog?

how instead of a rectangle to set another area of the circle type

Tooltip view going outside of view. How fix this? code: ``` var toolTipBuilder = ToolTip.Builder( context, hint, root, getString(R.string.hint), ToolTip.POSITION_ABOVE ) toolTipBuilder.setBackgroundColor(ContextCompat.getColor(this, R.color.blue)) toolTipBuilder.setTypeface(ResourcesCompat.getFont(this, R.font.gf_bold)!!) hint.setOnClickListener { toolTip = toolTipsManager.show(toolTipBuilder.build())...

**Is your feature request related to a problem? Please describe.** Yes, the current double-tap zoom behavior can be unintuitive or disruptive in certain workflows. For example, when quickly navigating through...

**Describe the solution you'd like** A toggle in the settings to hide page numbers.