Search code examples
androidandroid-widgetandroid-support-libraryandroidx

where is AppCompatToggleButton in AndroidX?


According to the documentation, AppCompatToggleButton exists. I need to use this widget, but it does not exist in this package:

implementation 'androidx.appcompat:appcompat:1.0.2'

Solution

  • I've found it. It is in 1.1.0-alpha02

    implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'