summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2016-09-01 04:57:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-01 04:57:12 +0000
commit2570531cf44d4f5e0ec69a6a1fbe3f9340d0fe65 (patch)
treecbda9118a1be02fadd19694c0091efbdd8d3c755
parentd3f59086a7f59e2be0ea767f32a984582dec9bc0 (diff)
parent0b423e5eaea3a35fffd0ac5e8b84f097f6e77378 (diff)
downloadbase-2570531cf44d4f5e0ec69a6a1fbe3f9340d0fe65.tar.gz
docs: Typo fix in multi-window docs
am: 0b423e5eae Change-Id: I18fe652d972196630006517bacc26b7441efe9ed
-rw-r--r--docs/html/guide/topics/ui/multi-window.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/multi-window.jd b/docs/html/guide/topics/ui/multi-window.jd
index 704391fe4c6f..dede557ecc9a 100644
--- a/docs/html/guide/topics/ui/multi-window.jd
+++ b/docs/html/guide/topics/ui/multi-window.jd
@@ -169,7 +169,7 @@ page.keywords="multi-window", "android N", "split screen", "free-form"
A root activity's attribute settings apply to all activities
within its task stack. For example, if the root activity has
<code>android:resizeableActivity</code> set to true, then all activities
- in the task stack are resizeable.
+ in the task stack are resizable.
</p>
<p class="note">
@@ -599,7 +599,7 @@ android:supportsPictureInPicture=["true" | "false"]
<p>
If you disabled multi-window support by setting
- <code>android:resizableActivity="false"</code>, you should launch your app on
+ <code>android:resizeableActivity="false"</code>, you should launch your app on
a device running Android 7.0 or higher and attempt to put the app in
freeform and split-screen modes. Verify that when you do so, the app remains
in full-screen mode.