Default Layout File For Controllers in Namespace?

Do controllers in namespaces somehow get their own default layout file? For instance, the UsersController will use layouts/users.rhtml if it exists. Is there something similar for Admin::UsersController or will it default to the same file? I tried layouts/ admin_users.rhtml and layouts/admin/users.rhtml with no luck.