Changed Methods
|
Drawable createFromXml(Resources, XmlPullParser)
|
Change in signature from (android.content.Resources, org.xmlpull.v1.XmlPullParser ) to (android.content.res.Resources, org.xmlpull.v1.XmlPullParser ).
|
Create a drawable from an XML document. |
Drawable createFromXmlInner(Resources, XmlPullParser, AttributeSet)
|
Change in signature from (android.content.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet ) to (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet ).
|
Create from inside an XML document. |
void inflate(Resources, XmlPullParser, AttributeSet)
|
Change in signature from (android.content.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet ) to (android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet ).
|
|
int resolveOpacity(int, int)
|
Change from final to non-final.
|
Return the appropriate opacity value for two source opacities. |