CustomPicker Ok and Cancel buttons' color

后端 未结 3 1668
-上瘾入骨i
-上瘾入骨i 2021-01-23 16:16

I have this custompicker class in android project:

 public class CustomPickerRenderer : PickerRenderer
    {
        private Context context;
        private IEl         


        
3条回答
  •  Happy的楠姐
    2021-01-23 17:06

    The Question is answered here: Picker button's color not changing on android 5.1

    I added the styles code in the correct answer in the link, and it worked!

提交回复
热议问题