matisse-common: remove unneeded overlays
* We have physical buttons, so for us navbar is useless * We don't have automatic brightness * We don't have OLED display, so burn-in protection is useless
This commit is contained in:
parent
79df4fbfa5
commit
cb26c96137
3 changed files with 0 additions and 29 deletions
|
@ -43,7 +43,4 @@
|
|||
For example, a device with Home, Back and Menu keys would set this
|
||||
config to 7. -->
|
||||
<integer name="config_deviceHardwareWakeKeys">65</integer>
|
||||
|
||||
<!-- BurnIn protection. This should be enabled on devices that have OLED displays -->
|
||||
<bool name="config_enableBurnInProtection">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/dimens.xml
|
||||
**
|
||||
** Copyright 2014, The CyanogenMod Project <http://www.cyanogenmod.org>
|
||||
**
|
||||
** 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>
|
||||
<!-- Height of the bottom navigation bar -->
|
||||
<dimen name="navigation_bar_height">64dp</dimen>
|
||||
<dimen name="navigation_bar_height_portrait">64dp</dimen>
|
||||
<dimen name="navigation_bar_height_landscape">64dp</dimen>
|
||||
</resources>
|
|
@ -18,6 +18,5 @@
|
|||
-->
|
||||
<resources>
|
||||
<bool name="def_accelerometer_rotation">true</bool>
|
||||
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Reference in a new issue