| java.lang.Object | |
| ↳ | android.content.res.XResForwarder |
Instances of this class can be used for XResources.setReplacement(String, String, String, Object)
and its variants. They forward the resource request to a different Resources
instance with a possibly different ID.
Usually, instances aren't created directly but via XModuleResources.fwd(int).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the target resource ID.
| |||||||||||
Returns the target
Resources instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
| res | The target Resources instance to forward requests to. |
|---|---|
| id | The target resource ID. |
Returns the target resource ID.