From 790d87be8d8e06e6bb984297427825a99a0aa7b1 Mon Sep 17 00:00:00 2001 From: Paul Milian Date: Thu, 27 Nov 2025 17:04:52 +0000 Subject: [PATCH] Fix Text documentation The default set by the XSD and set by DAC: https://developer.android.com/reference/wear-os/wff/group/part/text/text?version=4#attributes is CENTER, not START --- .../documents/1/common/attributes/alignmentAttribute.xsd | 2 +- .../documents/2/common/attributes/alignmentAttribute.xsd | 2 +- .../documents/3/common/attributes/alignmentAttribute.xsd | 2 +- .../documents/4/common/attributes/alignmentAttribute.xsd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/wff/specification/documents/1/common/attributes/alignmentAttribute.xsd b/third_party/wff/specification/documents/1/common/attributes/alignmentAttribute.xsd index 0bccbdb..4e11a18 100644 --- a/third_party/wff/specification/documents/1/common/attributes/alignmentAttribute.xsd +++ b/third_party/wff/specification/documents/1/common/attributes/alignmentAttribute.xsd @@ -20,7 +20,7 @@ Alignment of the tag. - Default is START. + Default is CENTER. diff --git a/third_party/wff/specification/documents/2/common/attributes/alignmentAttribute.xsd b/third_party/wff/specification/documents/2/common/attributes/alignmentAttribute.xsd index 0bccbdb..4e11a18 100644 --- a/third_party/wff/specification/documents/2/common/attributes/alignmentAttribute.xsd +++ b/third_party/wff/specification/documents/2/common/attributes/alignmentAttribute.xsd @@ -20,7 +20,7 @@ Alignment of the tag. - Default is START. + Default is CENTER. diff --git a/third_party/wff/specification/documents/3/common/attributes/alignmentAttribute.xsd b/third_party/wff/specification/documents/3/common/attributes/alignmentAttribute.xsd index 0bccbdb..4e11a18 100644 --- a/third_party/wff/specification/documents/3/common/attributes/alignmentAttribute.xsd +++ b/third_party/wff/specification/documents/3/common/attributes/alignmentAttribute.xsd @@ -20,7 +20,7 @@ Alignment of the tag. - Default is START. + Default is CENTER. diff --git a/third_party/wff/specification/documents/4/common/attributes/alignmentAttribute.xsd b/third_party/wff/specification/documents/4/common/attributes/alignmentAttribute.xsd index 0bccbdb..4e11a18 100644 --- a/third_party/wff/specification/documents/4/common/attributes/alignmentAttribute.xsd +++ b/third_party/wff/specification/documents/4/common/attributes/alignmentAttribute.xsd @@ -20,7 +20,7 @@ Alignment of the tag. - Default is START. + Default is CENTER.