когда я объявляю свой attrs
в подмодуле следующим образом:
<attr name="radius" format="dimension" />
<attr name="border" format="dimension" />
<attr name="border_color" format="reference|color" />
<declare-styleable name="RoundImageView">
<attr name="radius" />
<attr name="border" />
<attr name="border_color" />
</declare-styleable>
<declare-styleable name="CircleImageView">
<attr name="border" />
<attr name="border_color" />
</declare-styleable>
, но когда я использую в своем приложении, attr не может автоматически запросить:
кстати, это хорошо работает, когда я запускаю приложение.просто есть уведомление о ворсе, а атрибуты не отображаются.