diff options
-rw-r--r-- | core/res/res/values/attrs_manifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 46a16fc..b26b7f1 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -1429,7 +1429,8 @@ <code>screen</code> tag, a child of <code>compatible-screens</code>, which is itseld a child of the root {@link #AndroidManifest manifest} tag. --> - <declare-styleable name="AndroidManifestCompatibleScreensScreen"> + <declare-styleable name="AndroidManifestCompatibleScreensScreen" + parent="AndroidManifest.AndroidManifestCompatibleScreens"> <!-- Specifies a compatible screen size, as per the device configuration screen size bins. --> <attr name="screenSize"> |