Tôi muốn tùy chỉnh một số ImageButton không viền. Để tránh trùng lặp mã, tôi sử dụng styles.xml
:styles.xml kế thừa "? Android: attr/borderlessButtonStyle"?
<style name="EditNotesButton" parent="?android:attr/borderlessButtonStyle">
<item name="android:layout_width">25dp</item>
<item name="android:layout_height">25dp</item>
<item name="android:scaleType">fitCenter</item>
</style>
Tuy nhiên, các lỗi sau được ném:
Error retrieving parent for item: No resource found that matches the given name '?android:attr/borderlessButtonStyle'.
Có cách nào để kế thừa borderlessButtonStyle?
Vẫn không hoạt động trên các API cao hơn, câu trả lời này có vẻ là sai – Sergii
câu trả lời của aleung đang hoạt động, s o câu trả lời này không đúng, chỉ cần cung cấp thêm thông tin. – Seynorth
vui lòng chấp nhận http://stackoverflow.com/a/30965291/883738 –