diff options
| author | Joshua Baxter <jbax@google.com> | 2019-11-06 13:38:58 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-11-06 13:38:58 -0800 |
| commit | 6b70c7893da15bf08031a562231bbc0784bbba20 (patch) | |
| tree | a2456e51d4ddbd4ee6d2c9d50a0889d58348b0ea /core/java/android/widget/RelativeLayout.java | |
| parent | 7cebef850519a701ca025a7e75431c552248e196 (diff) | |
| parent | 74ff8a0bbd12d368cfcafafc10c91c22c02697b8 (diff) | |
Merge "docs: fix typo" into qt-dev
am: 74ff8a0bbd
Change-Id: If59dc047a0e4d8095b3a22f4609ce125af6acfe5
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 6b324a541c42..167010b89bef 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -73,7 +73,7 @@ import java.util.TreeSet; * * <p>This behavior has been preserved for apps that set <code>android:targetSdkVersion="17"</code> * or older in their manifest's <code>uses-sdk</code> tag for compatibility. Apps targeting SDK - * version 18 or newer will receive the correct behavior</p> + * version 18 or newer will receive the correct behavior.</p> * * <p>See the <a href="{@docRoot}guide/topics/ui/layout/relative.html">Relative * Layout</a> guide.</p> |
