summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2015-04-29 01:44:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-29 01:44:32 +0000
commit49937b5c464582a44d119c07f3b71412dbb2051e (patch)
tree601f5f4185b9fe3a1d06bcb8de077c3cc4505e1e /core/res
parent15ec725ce2a4811f8e5948d56609793dc3dfcf17 (diff)
parentb1c9539d3fa11cf7573ed9faaade4872e1a952f0 (diff)
downloadframeworks_base-49937b5c464582a44d119c07f3b71412dbb2051e.zip
frameworks_base-49937b5c464582a44d119c07f3b71412dbb2051e.tar.gz
frameworks_base-49937b5c464582a44d119c07f3b71412dbb2051e.tar.bz2
am b1c9539d: Merge "@hide resizeableActivity attribute and remove from public api" into mnc-dev
* commit 'b1c9539d3fa11cf7573ed9faaade4872e1a952f0': @hide resizeableActivity attribute and remove from public api
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/attrs_manifest.xml4
-rw-r--r--core/res/res/values/public.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 0c685e0..4631427 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -1044,7 +1044,8 @@
<p>NOTE: The value of {@link android.R.attr#screenOrientation} will be ignored for
resizeable activities as the system doesn't support fixed orientation on a resizeable
- activity. -->
+ activity.
+ @hide -->
<attr name="resizeableActivity" format="boolean" />
<!-- This value indicates how tasks rooted at this activity will behave in lockTask mode.
@@ -1796,6 +1797,7 @@
<attr name="autoRemoveFromRecents" />
<attr name="relinquishTaskIdentity" />
<attr name="resumeWhilePausing" />
+ <!-- @hide -->
<attr name="resizeableActivity" />
<attr name="lockTaskMode" />
<attr name="showForAllUsers" />
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 4609c79..dd4c134 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -2610,7 +2610,6 @@
<public type="attr" name="trackTint" />
<public type="attr" name="trackTintMode" />
- <public type="attr" name="resizeableActivity" />
<public type="attr" name="start" />
<public type="attr" name="end" />
<public type="attr" name="windowLightStatusBar" />