Skip to content

Commit a85912f

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent bed5a34 commit a85912f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/api/api.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156425,6 +156425,27 @@
156425156425
"type": "Boolean",
156426156426
"default": "false (Android)"
156427156427
},
156428+
{
156429+
"name": "textAlign",
156430+
"summary": "Horizontal text alignment of the date picker when using <Titanium.UI.PICKER_TYPE_DATE>.\n",
156431+
"platforms": [
156432+
{
156433+
"since": "12.4.0",
156434+
"name": "android"
156435+
}
156436+
],
156437+
"type": [
156438+
"String",
156439+
"Number"
156440+
],
156441+
"default": "<Titanium.UI.TEXT_ALIGNMENT_LEFT>,",
156442+
"constants": [
156443+
"Titanium.UI.TEXT_ALIGNMENT_CENTER",
156444+
"Titanium.UI.TEXT_ALIGNMENT_JUSTIFY",
156445+
"Titanium.UI.TEXT_ALIGNMENT_LEFT",
156446+
"Titanium.UI.TEXT_ALIGNMENT_RIGHT"
156447+
]
156448+
},
156428156449
{
156429156450
"name": "datePickerStyle",
156430156451
"summary": "Determines how a date or time picker should appear.",

0 commit comments

Comments
 (0)