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

Commit e019e433 authored by Manuel R. Ciosici's avatar Manuel R. Ciosici
Browse files

Fix typo - issue 56671



Fixes a typo where the word "or"
was typed as "of".

Change-Id: I856b00426a1f7c3324ed56ca98b09583d77f147f
Signed-off-by: default avatarManuel R. Ciosici <manuelrciosici@gmail.com>
parent 161b3624
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ page.tags="relativelayout"
<p>{@link android.widget.RelativeLayout} is a view group that displays child views in relative
positions. The position of each view can be specified as relative to sibling elements (such as to
the left-of or below another view) or in positions relative to the parent {@link
android.widget.RelativeLayout} area (such as aligned to the bottom, left of center).</p>
android.widget.RelativeLayout} area (such as aligned to the bottom, left or center).</p>

<img src="{@docRoot}images/ui/relativelayout.png" alt="" />