From add560288a40008e643765dc28a07cd1499c8430 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 18 Sep 2013 11:15:06 -0700 Subject: [PATCH] Change case of "keyset" to "keySet" for manifests Bug: 10461185 Change-Id: Ibfe8cc6e716ac8b76ed7c05c26c332673479b7d8 --- api/current.txt | 2 +- core/res/res/values/attrs_manifest.xml | 4 +++- core/res/res/values/public.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api/current.txt b/api/current.txt index d31a38dcf93d..13ada7ff46f5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -639,13 +639,13 @@ package android { field public static final int keyPreviewHeight = 16843321; // 0x1010239 field public static final int keyPreviewLayout = 16843319; // 0x1010237 field public static final int keyPreviewOffset = 16843320; // 0x1010238 + field public static final int keySet = 16843739; // 0x10103db field public static final int keyTextColor = 16843318; // 0x1010236 field public static final int keyTextSize = 16843316; // 0x1010234 field public static final int keyWidth = 16843325; // 0x101023d field public static final int keyboardLayout = 16843691; // 0x10103ab field public static final int keyboardMode = 16843341; // 0x101024d field public static final int keycode = 16842949; // 0x10100c5 - field public static final int keyset = 16843739; // 0x10103db field public static final int killAfterRestore = 16843420; // 0x101029c field public static final int label = 16842753; // 0x1010001 field public static final int labelFor = 16843718; // 0x10103c6 diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 80810d549590..b20f5bacdb57 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -1821,7 +1821,9 @@ - + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index c5d481011860..ef7f2b7abc5d 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2058,7 +2058,7 @@ =============================================================== --> - + -- 2.11.0