picker icon indicating copy to clipboard operation
picker copied to clipboard

dropdown background

Open sam9010 opened this issue 3 years ago • 4 comments

i want to set background whit in dropdown list how?

( i mean in piker.item list)

sam9010 avatar Nov 27 '21 11:11 sam9010

@sam9010

Did you ever figure out how to do this?

edfrommathclass avatar Mar 31 '22 19:03 edfrommathclass

add this line

ViewStyleProp={{backgroundColor:'#fff'}}

<Picker ..... ViewStyleProp={{backgroundColor:'#fff'}} itemStyle={{ backgroundColor: "gray", color: "blue", fontFamily:FONT_FAMILY.YEKAN_, fontSize:17 }}

...... </Picker>

sam9010 avatar Apr 03 '22 10:04 sam9010

add this line

ViewStyleProp={{backgroundColor:'#fff'}}

<Picker ..... ViewStyleProp={{backgroundColor:'#fff'}} itemStyle={{ backgroundColor: "gray", color: "blue", fontFamily:FONT_FAMILY.YEKAN_, fontSize:17 }}

......

Item style is supported on ios only , i want to change background on Android il

zeeshan-shabbir avatar Apr 11 '22 13:04 zeeshan-shabbir

@zeeshan-shabbir I don not know, I think i can not change it

sam9010 avatar Apr 12 '22 04:04 sam9010