AndroidX 中的 AppCompatToggleButton 在哪里?
where is AppCompatToggleButton in AndroidX?
根据the documentation,AppCompatToggleButton 存在。我需要使用这个小部件,但它不存在于这个包中:
implementation 'androidx.appcompat:appcompat:1.0.2'
我找到了。它在 1.1.0-alpha02
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'
根据the documentation,AppCompatToggleButton 存在。我需要使用这个小部件,但它不存在于这个包中:
implementation 'androidx.appcompat:appcompat:1.0.2'
我找到了。它在 1.1.0-alpha02
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'