aboutsummaryrefslogtreecommitdiff
path: root/ui/window/MultiWindowPlayground
diff options
context:
space:
mode:
authorAndrii Kulian <akulian@google.com>2016-03-17 14:36:12 -0700
committerAndrii Kulian <akulian@google.com>2016-03-17 15:11:00 -0700
commit22a400cf4a123c5301d3d500c1d6316c01b1d424 (patch)
treefa03898e8f01fd7321c6ad858e6655144413add1 /ui/window/MultiWindowPlayground
parent62dfe40f6e3c7326d6c8835258da5f475d40530b (diff)
downloadandroid-22a400cf4a123c5301d3d500c1d6316c01b1d424.tar.gz
Update ActivityInfo#WindowLayout apis (3/3)
Update sample to use #minimalWidth and #minimalHeight instead of #minimalSize. Bug: 27528326 Change-Id: I22b5732cce8339755278622bda3e475e76204d23
Diffstat (limited to 'ui/window/MultiWindowPlayground')
-rw-r--r--ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml b/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
index b27bc1e4..c2429037 100644
--- a/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
+++ b/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
@@ -52,7 +52,8 @@
android:defaultHeight="500dp"
android:defaultWidth="750dp"
android:gravity="top|end"
- android:minimalSize="500dp" />
+ android:minimalWidth="500dp"
+ android:minimalHeight="500dp" />
</activity>
<!-- In split-screen mode, this Activity is launched adjacent to another Activity. This is