Merge "Update docs for minWidth/minHeight attributes" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13778161ea
@@ -253,7 +253,7 @@ android:supportsPictureInPicture=["true" | "false"]
|
|||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code>android:minimalHeight</code>, <code>android:minimalWidth</code>
|
<code>android:minHeight</code>, <code>android:minWidth</code>
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
@@ -275,8 +275,8 @@ android:supportsPictureInPicture=["true" | "false"]
|
|||||||
<layout android:defaultHeight="500dp"
|
<layout android:defaultHeight="500dp"
|
||||||
android:defaultWidth="600dp"
|
android:defaultWidth="600dp"
|
||||||
android:gravity="top|end"
|
android:gravity="top|end"
|
||||||
android:minimalHeight="450dp"
|
android:minHeight="450dp"
|
||||||
android:minimalWidth="300dp" />
|
android:minWidth="300dp" />
|
||||||
</activity>
|
</activity>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user