Is it possible to have nested value
resources?
I want to categorise my strings
based on the Activity in which they are being displayed.
So say I would like somthing of this sort:
value
> login
.. strings.xml
>registration
.. strings.xml
Is this possible?
If yes, how do I access these resources from the layout
files?