diff options
| author | 2016-04-08 11:20:05 -0700 | |
|---|---|---|
| committer | 2016-04-08 11:23:31 -0700 | |
| commit | 77537b9dbff42f65a2f5e951f84c8ce0a436c0db (patch) | |
| tree | fcd657a85a747fd618b541b6739d0dcbfe6cf4aa | |
| parent | f07ec150f3174af4a125b99f6cf053fb22903bfc (diff) | |
Fix HUN Scrim
Fixes: 26365345
Change-Id: I2dd0250cdeb83dec5f7bbdde6719a71a802bff84
| -rw-r--r-- | packages/SystemUI/res/layout/super_status_bar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml index 3dca77d65f41..7c4ce15699a8 100644 --- a/packages/SystemUI/res/layout/super_status_bar.xml +++ b/packages/SystemUI/res/layout/super_status_bar.xml @@ -55,6 +55,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/heads_up_scrim_height" android:background="@drawable/heads_up_scrim" + sysui:ignoreRightInset="true" android:importantForAccessibility="no"/> <include layout="@layout/status_bar" |