这个是开源客户端里底部的一个属性是什么意思?不理解求解释,parent="footbar"
<style name="main_footbar_radio" parent="footbar">
<item name="android:background">@drawable/widget_bar_bg</item>
<item name="android:padding">0dip</item>
</style>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(11)
是的!
第一次开发Android吗
你可以认为是继承
style.xml里面应该有个<style name="footbar">吧。
继承footbar的属性
继承footbar的属性
footbar
继承什么?
你可以认为是继承
http://developer.android.com/guide/topics/resources/style-resource.html
parent
Style resource. Reference to a style from which this style should inherit style properties.
3q