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

Commit ba15163b 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

* commit '13778161':
  Update docs for minWidth/minHeight attributes

Change-Id: Ic159c2dbdb51851f87d150e7e982c8388cb62a5a
parents 1699b51c 13778161
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>