bilibili / boxing

Android multi-media selector based on MVP mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implementation 'com.bilibili:boxing-impl:1.0.4' 报错

junruoxi opened this issue · comments

.gradle\caches\transforms-2\files-2.1\6d8e468aaeda01fb147bbe60fe45dfa5\res\layout\activity_boxing_bottom_sheet.xml:41: AAPT: error: attribute behavior_peekHeight (aka com.example.myapplication:behavior_peekHeight) not found

.gradle\caches\transforms-2\files-2.1\6d8e468aaeda01fb147bbe60fe45dfa5\res\layout\activity_boxing_bottom_sheet.xml:41: AAPT: error: attribute behavior_hideable (aka com.example.myapplication:behavior_hideable) not found.

我是Androidx的, 发现是没有design库,导入implementation 'com.google.android.material:material:1.0.0-rc01' 解决了