PeterStaev / NativeScript-Drop-Down

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

Could you separate the padding value of the value displaying and the popup items #73

Closed phattranky closed 7 years ago

phattranky commented 7 years ago

Now set the padding affect to both the value displaying and the popup items

 #dd
  {
    padding: 10;
}

So it's hard to fit the layout, it's always deviation. I have investigated your code, but don't have many exp on native iOS and Android, so i cannot create PR. Thanks in advance

1 2

PeterStaev commented 7 years ago

Hey @phattranky , this has always been like this. This way the item in the Android drop down has the same height as the drop down itself. If it is not applied then the items in the popup will be much smaller than the actual drop down.