setShadowResource

Deprecated

Renamed to {@link #setShadowResourceLeft(int)} to support LTR (left to right language) and {@link #setShadowResourceRight(int)} to support RTL (right to left language) during opening/closing.

Replace with

setShadowResourceLeft(resId)

Set a drawable to use as a shadow cast by the right pane onto the left pane during opening/closing.

Parameters

resId

Resource ID of a drawable to use