Skip to content

Commit cb1da13

Browse files
committed
status bar
1 parent 706cf01 commit cb1da13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apidoc/Titanium/UI/Android/Android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ properties:
675675
permission: read-only
676676

677677
- name: STATUS_BAR_LIGHT
678-
summary: Sets the color of the statusbar to light mode. Needs Android API level 23.
678+
summary: Sets the color of the status bar to light mode. Needs Android API level 23.
679679
type: Number
680680
permission: read-only
681681
since: "12.6.0"

apidoc/Titanium/UI/TabGroup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ properties:
529529
- name: flags
530530
summary: Additional flags to set on the TabGroup.
531531
description: |
532-
Use <Titanium.UI.Android.STATUS_BAR_LIGHT> to set the statusbar text color to light mode.
532+
Use <Titanium.UI.Android.STATUS_BAR_LIGHT> to set the status bar text color to light mode.
533533
platforms: [android]
534534
type: Number
535535
since: "12.6.0"

apidoc/Titanium/UI/Window.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ properties:
15331533
Setting <Titanium.UI.Window.fullscreen> to `true` automatically sets the [WindowManager.LayoutParams.FLAG_FULLSCREEN](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_FULLSCREEN)
15341534
flag. Setting <Titanium.UI.Window.flagSecure> to true automatically sets the [WindowManager.LayoutParams.FLAG_SECURE](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE) flag.
15351535
1536-
Use <Titanium.UI.Android.STATUS_BAR_LIGHT> to set the statusbar text color to light mode.
1536+
Use <Titanium.UI.Android.STATUS_BAR_LIGHT> to set the status bar text color to light mode.
15371537
platforms: [android]
15381538
type: Number
15391539
since: "3.3.0"

0 commit comments

Comments
 (0)