aboutsummaryrefslogtreecommitdiff
path: root/ui/window/MultiWindowPlayground
diff options
context:
space:
mode:
authorAndrii Kulian <akulian@google.com>2016-05-17 12:27:42 -0700
committerAndrii Kulian <akulian@google.com>2016-05-17 12:27:42 -0700
commit8f3a74b38fc0a191235c77701d18d8ae9ece1f92 (patch)
tree1953388ca92a5f8bc713f3bc29968f71610e8c86 /ui/window/MultiWindowPlayground
parent9735614b04665b7fed75482d8ecd56ad023a6218 (diff)
downloadandroid-8f3a74b38fc0a191235c77701d18d8ae9ece1f92.tar.gz
Rename minWidth/Height attributes
Rename WindowLayout#minimalWidth and #minimalHeight to #minWidth and #minHeight to be consistent with other APIs. Bug: 28775586 Change-Id: I54eb8360d80a3b49ad49696134942c7b9e6f2ffd
Diffstat (limited to 'ui/window/MultiWindowPlayground')
-rw-r--r--ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml b/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
index c2429037..25b21bdf 100644
--- a/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
+++ b/ui/window/MultiWindowPlayground/Application/src/main/AndroidManifest.xml
@@ -52,8 +52,8 @@
android:defaultHeight="500dp"
android:defaultWidth="750dp"
android:gravity="top|end"
- android:minimalWidth="500dp"
- android:minimalHeight="500dp" />
+ android:minWidth="500dp"
+ android:minHeight="500dp" />
</activity>
<!-- In split-screen mode, this Activity is launched adjacent to another Activity. This is