How to have a Lollipop switch button

后端 未结 7 1239
暖寄归人
暖寄归人 2021-02-04 02:05

I want to have the Lollipop style switch button for my app:

\"enter

How could I im

7条回答
  •  北海茫月
    2021-02-04 02:46

    In order to resolve old type switch

    switch_old

    1. update your minsdkversion and targetsdkversion to 19 and 28 respectively.
      1. update gradle dependency to implementation 'com.android.support:appcompat-v7:28.0.0'
      2. set base app theme in style.xml like

    `

    `
    

    and it resolve switch with latest material design.

提交回复
热议问题