From 3bc57882c8b7fdbfb403a56c3a5552f564e28f15 Mon Sep 17 00:00:00 2001 From: Andrii Kulian Date: Tue, 17 May 2016 12:35:39 -0700 Subject: [PATCH] Update docs for minWidth/minHeight attributes Rename WindowLayout#minimalWidth and #minimalHeight to #minWidth and #minHeight to be consistent with other APIs. Bug: 28775586 Change-Id: I6064db6aa41a32118619b69c7db07a612f5597ac --- docs/html/preview/features/multi-window.jd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/preview/features/multi-window.jd b/docs/html/preview/features/multi-window.jd index fec016861e80b..a4f389a0948b5 100644 --- a/docs/html/preview/features/multi-window.jd +++ b/docs/html/preview/features/multi-window.jd @@ -253,7 +253,7 @@ android:supportsPictureInPicture=["true" | "false"]
- android:minimalHeight, android:minimalWidth + android:minHeight, android:minWidth
@@ -275,8 +275,8 @@ android:supportsPictureInPicture=["true" | "false"] <layout android:defaultHeight="500dp" android:defaultWidth="600dp" android:gravity="top|end" - android:minimalHeight="450dp" - android:minimalWidth="300dp" /> + android:minHeight="450dp" + android:minWidth="300dp" /> </activity>