File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -156425,6 +156425,27 @@
156425
156425
"type": "Boolean",
156426
156426
"default": "false (Android)"
156427
156427
},
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
+ },
156428
156449
{
156429
156450
"name": "datePickerStyle",
156430
156451
"summary": "Determines how a date or time picker should appear.",
You can’t perform that action at this time.
0 commit comments