PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Space between arrow and text #153

Closed HunterJS-bit closed 6 years ago

HunterJS-bit commented 6 years ago

Hello guys, I have a quick question is it possible to make space smaller between dropdown arrow and text in dropdown ????

PeterStaev commented 6 years ago

Hey @markomiljkovic , what you see is the default spacing that comes with android (unless you have applied some padding on the elements). So if you want to decrease spacing you will have to add your own arrow and then position it accordingly.

HunterJS-bit commented 6 years ago

ok, but how can I add my own arrow and position it, sorry Im a little new to this :) UPDATE: never mind found it.