Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
For example, rather than specifying a resource with an absolute path as follows:
<ImageView image="com/foo/bar.png"/>
it will be done like this:
<ImageView image="/com/foo/bar.png"/>
The leading slash makes it clear that this value is an absolute path that is relative to the current classpath.