bilibili / boxing

Android multi-media selector based on MVP mode.
Apache License 2.0
3.19k stars 386 forks source link

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

Open junruoxi opened 5 years ago

junruoxi commented 5 years ago

.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.

junruoxi commented 5 years ago

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