8000 fix(android): inset props on interface (#11103) · NativeScript/NativeScript@1c4e681 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c4e681

Browse files
authored
fix(android): inset props on interface (#11103)
1 parent 43280b1 commit 1c4e681

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/core/ui/core/view/view-interfaces.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,20 @@ export interface Inset {
6868
right: number;
6969
bottom: number;
7070
left: number;
71+
imeBottom: number;
72+
cutoutLeft: number;
73+
cutoutTop: number;
74+
cutoutRight: number;
75+
cutoutBottom: number;
7176
topConsumed: boolean;
7277
rightConsumed: boolean;
7378
bottomConsumed: boolean;
7479
leftConsumed: boolean;
80+
imeBottomConsumed: boolean;
81+
cutoutLeftConsumed: boolean;
82+
cutoutTopConsumed: boolean;
83+
cutoutRightConsumed: boolean;
84+
cutoutBottomConsumed: boolean;
7585
}
7686

7787
/**

0 commit comments

Comments
 (0)
0