- baseState
- The base state values returned by View.OnCreateDrawableState(int), which will be modified to also hold your own additional state values.
- additionalState
- The additional state values you would like added to baseState; this array is not modified.
Documentation for this section has not yet been entered.
Merge your own state values in additionalState into the base state values baseState that were returned by View.OnCreateDrawableState(int).