For gestural navigation, having a small bar drawn by SystemUI
looks really really weird. Since we force the status bar
background to be drawn in the client, we can also force the
navigation bar background without expecting any compat issues.
Bug: 129751541
Test: Open legacy app, ensure black is drawn in the client
Change-Id: I9cd4c5dd799324ff10bf9d28750e8f238ab1e459
(cherry picked from commit 461bb11371)
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/* //device/apps/common/assets/res/any/colors.xml
|
|
**
|
|
** Copyright 2013, The Android Open Source Project
|
|
**
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
** you may not use this file except in compliance with the License.
|
|
** You may obtain a copy of the License at
|
|
**
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
**
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
** See the License for the specific language governing permissions and
|
|
** limitations under the License.
|
|
*/
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Alias used to reference framework color for transparency. -->
|
|
<item type="color" name="transparent">@android:color/transparent</item>
|
|
|
|
<!-- Alias used to reference framework "OK" string in keyguard. -->
|
|
<item type="string" name="ok">@*android:string/ok</item>
|
|
|
|
<!-- Alias used to reference framework configuration for screen rotation. -->
|
|
<item type="bool" name="config_enableLockScreenRotation">@*android:bool/config_enableLockScreenRotation</item>
|
|
|
|
<!-- Alias used to reference framework activity duration. -->
|
|
<item type="integer" name="config_activityDefaultDur">@*android:integer/config_activityDefaultDur</item>
|
|
|
|
<!-- Alias used to reference one of two possible layouts in keyguard. -->
|
|
<item type="layout" name="keyguard_eca">@layout/keyguard_emergency_carrier_area</item>
|
|
</resources>
|