Behrouz.M
Behrouz.M

Reputation: 3573

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'

Upvotes: 0

Views: 396

Answers (1)

Behrouz.M
Behrouz.M

Reputation: 3573

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

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

Upvotes: 2

Related Questions