我正在使用Drawable.getConstantState来比较两个可绘制的here,但无法理解其目的。在docs中,给出了
Return a Drawable.ConstantState instance that holds the shared state of this Drawable
哪个共享状态?
另外,Drawable.ConstantState
is used by Drawables to store shared constant state and data between Drawables
所以我不明白这里的共享状态和存储的数据是什么?它如何帮助比较drawables。