docs: b/19193358 Android TV overscan instructions: settings reversed in text

Change-Id: I7c617ed67068927d27c5a2243a2dd07b04e668b5
This commit is contained in:
Scott Rowe
2015-01-29 11:01:33 -08:00
parent 497387928d
commit 87a1bf0970

View File

@@ -119,8 +119,8 @@ trainingnavtop=true
<p>
Avoid screen elements being clipped due to overscan and by incorporating a 10% margin
on all sides of your layout. This translates into a 27dp margin on the left and right edges and
a 48dp margin on the top and bottom of your base layouts for activities. The following
on all sides of your layout. This translates into a 48dp margin on the left and right edges and
a 27dp margin on the top and bottom of your base layouts for activities. The following
example layout demonstrates how to set these margins in the root layout for a TV app:
</p>