You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "orientation", 1) should normally return 1 if the attribute is not set. Currently it always returns 0 no matter what default value is given.
Other methods with defaultValue options are affected as well.
The text was updated successfully, but these errors were encountered:
For example
attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "orientation", 1)
should normally return 1 if the attribute is not set. Currently it always returns 0 no matter what default value is given.Other methods with defaultValue options are affected as well.
The text was updated successfully, but these errors were encountered: