Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bc57882 authored by Andrii Kulian's avatar Andrii Kulian
Browse files

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
parent 967fcfa5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ android:supportsPictureInPicture=["true" | "false"]
  </dd>

  <dt>
    <code>android:minimalHeight</code>, <code>android:minimalWidth</code>
    <code>android:minHeight</code>, <code>android:minWidth</code>
  </dt>

  <dd>
@@ -275,8 +275,8 @@ android:supportsPictureInPicture=["true" | "false"]
    &lt;layout android:defaultHeight="500dp"
          android:defaultWidth="600dp"
          android:gravity="top|end"
          android:minimalHeight="450dp"
          android:minimalWidth="300dp" /&gt;
          android:minHeight="450dp"
          android:minWidth="300dp" /&gt;
&lt;/activity&gt;
</pre>