From c5a6fdb57ed7fa42c92366a75ceb604901afc932 Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Tue, 28 Feb 2017 06:19:45 -0800 Subject: [PATCH] Fix javadocs for layout attributes Bug: 35763496 API Review: layout_marginVertical Test: doc fixes only, no test Change-Id: I63248874465d887a81b582be5f9a7d476fb24ea1 --- core/res/res/values/attrs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 4d5e45bae1c3d..b04e9457c73e7 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -3137,19 +3137,19 @@ If both layout_marginHorizontal and any of layout_marginLeft, layout_marginRight, layout_marginStart, and layout_marginEnd are also specified, the layout_marginHorizontal value will take precedence over the - edge-specific values. Also, layout_margin will always take precendent over + edge-specific values. Also, layout_margin will always take precedence over any of these values, including layout_marginHorizontal. This space is outside this view's bounds. Margin values should be positive.--> -