Android.Content.Res Namespace
Contains classes for accessing application resources,
such as raw asset files, colors, drawables, media or other other files
in the package, plus important device configuration details
(orientation, input types, etc.) that affect how the application may behave.
Remarks
Contains classes for accessing application resources, such as raw asset files, colors, drawables, media or other other files in the package, plus important device configuration details (orientation, input types, etc.) that affect how the application may behave.
For more information, see the Application Resources guide.
Classes
| Type | Reason |
|---|---|
| Access | Enumerates values returned by several methods of Access and taken as a parameter of the AssetManager.Open member. |
| AssetFileDescriptor | File descriptor of an entry in the AssetManager. |
| AssetFileDescriptor+AutoCloseInputStream | An InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescriptor.Close for you when the stream is closed. |
| AutoCloseOutputStream | An OutputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescriptor.Close for you when the stream is closed. |
| InterfaceConsts | |
| AssetManager | Provides access to an application's raw asset files; see Resources for the way most applications will want to retrieve their resource data. |
| ColorStateList | Lets you map View state sets to colors. |
| InterfaceConsts | |
| Configuration | This class describes all device configuration information that can impact the resources the application retrieves. |
| InterfaceConsts | |
| HardKeyboardHidden | Enumerates values returned by several types. |
| IXmlResourceParser | The XML parsing interface returned for an XML resource. |
| KeyboardHidden | Enumerates values returned by several types. |
| KeyboardType | Enumerates values returned by several types. |
| Navigation | Enumerates values returned by several types. |
| NavigationHidden | Enumerates values returned by several types. |
| ObbFlags | Enumerates values returned by several types. |
| ObbInfo | Basic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file. |
| InterfaceConsts | |
| ObbScanner | Class to scan Opaque Binary Blob (OBB) files. |
| Orientation | Enumerates values returned by several types. |
| Resources | Class for accessing an application's resources. |
| NotFoundException | This exception is thrown by the resource APIs when a requested resource can not be found. |
| Theme | This class holds the current attribute values for a particular theme. |
| Screen | Enumerates values returned by several types. |
| ScreenLayout | Enumerates values returned by several types. |
| TouchScreenType | Enumerates values returned by several types. |
| TypedArray | Container for an array of values that were retrieved with NoType:android/content/res/Resources$Theme;Href=../../../../reference/android/content/res/Resources.Theme.html#obtainStyledAttributes(android.util.AttributeSet, int[], int, int) or Resources.ObtainAttributes(IAttributeSet,Int32[]). |
| UiMode | Enumerates values returned by several types. |

