是否可以使用
<com.google.android.material.chip.ChipGroup
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.chip.Chip
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="11111"/>
</com.google.android.material.chip.ChipGroup>
使用<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
现在由于应用程序主题导致致命错误
android.view.InflateException: Binary XML file line #29: Binary XML file line #29: Error inflating class com.google.android.material.chip.Chip
Caused by: android.view.InflateException: Binary XML file line #29: Error inflating class com.google.android.material.chip.Chip
ps 我还不能添加第三方库或更改主题.. 或者也许可以使用 recyclerView 实现相同的(不连接库)?