hey all! do any anko-ninjas know how to reduce the...
# anko
m
hey all! do any anko-ninjas know how to reduce the tabPadding of a tabLayout in anko? it is part of the app namespace in the XML, so maybe it’s not possible yet… 3 replies I've tried to do so.
android.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.