Create NumberPicker dialog in preference

后端 未结 4 1541
一整个雨季
一整个雨季 2021-01-05 03:10

I am trying to create a NumberPicker dialog in my preference screen. I have already made one following this:https://stackoverflow.com/a/5533295/2442638

However, for

4条回答
  •  有刺的猬
    2021-01-05 03:22

    This is more a workaround than a solution, but i hope it helps. Adding a dummy textView solved the problem. I got exactly the same problem.

    My xml File:

    
    
        
    
         
    
    
    

    and

    android:text="@string/textDummyEmpty" 
    

    is an empty String. Maybe its also enough to use just a view instead of a textView.

提交回复
热议问题