【发布时间】:2019-03-10 19:25:05
【问题描述】:
根据the documentation,AppCompatToggleButton 存在。我需要使用这个小部件,但它在这个包中不存在:
implementation 'androidx.appcompat:appcompat:1.0.2'
【问题讨论】:
标签: android android-widget android-support-library androidx
根据the documentation,AppCompatToggleButton 存在。我需要使用这个小部件,但它在这个包中不存在:
implementation 'androidx.appcompat:appcompat:1.0.2'
【问题讨论】:
标签: android android-widget android-support-library androidx
我找到了。它在 1.1.0-alpha02
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'
【讨论】: