Custom seekbar with material design

前端 未结 2 1661
生来不讨喜
生来不讨喜 2021-01-05 22:27

I\'ve got a seekbar in a layout for a custom dialog preference. I changed my styles.xml to use the new material desing. It works because it change text and checkboxes of my

2条回答
  •  太阳男子
    2021-01-05 23:18

    You don't need to specify the android:theme attribute on your SeekBar element. Instead, you should set up the default dialog and alert dialog themes in your AppBaseTheme:

    
    
    
    
    
    
    

提交回复
热议问题