mikesol
05/05/2017, 10:40 PMmiha-x64
05/06/2017, 6:23 PMapp
namespace but in the absence of setters. I work such things around by inflating XMLs 😞
Also, there should be a way to fabricate an AttributeSet 🙃mikesol
05/06/2017, 6:45 PMmiha-x64
05/06/2017, 7:17 PMandroid.content.res.Resources#obtainAttributes(android.util.AttributeSet, int[])
casts incoming AttributeSet
to package-private hidden android.content.res.XmlBlock.Parser
. Shame that Android makes such things impossible without dirty hacks.