mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
fix: return default tab background color when the background color is not explicitely set through css (#8240)
* fix: return default tab background color when the background color is not explicitely set through css * chore: update NativeScript.api.md * fix: do not cast return getTabBarBackgroundColor to ColorDrawable * chore: added comment and method check Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com>
This commit is contained in:
@ -2197,6 +2197,8 @@ export class TabContentItem extends ContentView {
|
||||
export class TabNavigationBase extends View {
|
||||
android: any /* android.view.View */;
|
||||
|
||||
getTabBarBackgroundArgbColor(): any
|
||||
|
||||
getTabBarBackgroundColor(): any
|
||||
|
||||
getTabBarColor(): any
|
||||
|
Reference in New Issue
Block a user