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

Commit 933cf8d3 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 2a87c9da: am c49ffcde: am f83ab33c: am 095d6947: docs: explain that layout...

am 2a87c9da: am c49ffcde: am f83ab33c: am 095d6947: docs: explain that layout height/width must be used to override include layouts

* commit '2a87c9da':
  docs: explain that layout height/width must be used to override include layouts
parents abe998c5 2a87c9da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -109,6 +109,10 @@ example:</p>
         layout=”@layout/title”/>
</pre>

<p>However, if you want to override layout attributes using
the <code>&lt;include&gt;</code> tag, you must override both
<code>android:layout_height</code> and <code>android:layout_width</code> in order for
other layout attributes to take effect.</p>


<h2 id="Merge">Use the &lt;merge&gt; Tag</h2>