本文共 310 字,大约阅读时间需要 1 分钟。
When parsing XML resources, Android ignores XML attributes that aren’t supported by the current device. So you can safely use XML attributes that are only supported by newer versions without worrying about older versions breaking when they encounter that code. 转载于:https://my.oschina.net/xiaoxiaost/blog/126569