File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,10 @@ If the transition between status bar property changes should be animated. Suppor
265265
266266The background color of the status bar.
267267
268+ ::: warning
269+ Due to edge-to-edge enforcement introduced in Android 15, setting background color of the status bar is deprecated in API level 35.
270+ :::
271+
268272| Type | Required | Default |
269273| --------------- | -------- | ---------------------------------------------------------------------- |
270274| [ color] ( colors ) | No | default system StatusBar background color, or ` 'black' ` if not defined |
@@ -383,6 +387,10 @@ static setBackgroundColor(color: ColorValue, animated?: boolean);
383387
384388Set the background color for the status bar.
385389
390+ ::: warning
391+ Due to edge-to-edge enforcement introduced in Android 15, setting background color of the status bar is deprecated in API level 35.
392+ :::
393+
386394** Parameters:**
387395
388396| Name | Type | Description |
You can’t perform that action at this time.
0 commit comments