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

Commit ea6ff6a3 authored by Andrii Kulian's avatar Andrii Kulian Committed by android-build-merger
Browse files

Merge "Update docs for minWidth/minHeight attributes" into nyc-dev am: 13778161

am: 3a6d6d61

* commit '3a6d6d61':
  Update docs for minWidth/minHeight attributes

Change-Id: I8388e4e2e3ff0d70f1cd15056f74a9b07746c5b9
parents c59e70d5 3a6d6d61
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>