Small fixes

This commit is contained in:
jumper047 2020-02-01 13:09:21 +03:00
parent cbcc254961
commit bff6e44a80
3 changed files with 3 additions and 7 deletions

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="begonia"
android:priority="131"
android:priority="141"
android:isStatic="true" />
</manifest>

View file

@ -148,11 +148,11 @@
<bool name="config_hotswapCapable">true</bool>
<bool name="config_intrusiveNotificationLed">false</bool>
<bool name="config_lidControlsSleep">true</bool>
<item type="bool" name="config_nightDisplayAvailable">@bool/config_setColorTransformAccelerated</item>
<bool name="config_nightDisplayAvailable">true</bool>
<bool name="config_setColorTransformAccelerated">false</bool>
<bool name="config_pinnerCameraApp">false</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">false</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>
<bool name="config_setColorTransformAccelerated">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_speed_up_audio_on_mt_calls">false</bool>
<bool name="config_supportAudioSourceUnprocessed">false</bool>

View file

@ -17,10 +17,6 @@
*/
-->
<resources>
<!-- Height of the status bar in portrait -->
<!-- <dimen name="status_bar_height_portrait">89px</dimen> -->
<!-- Height of the status bar in landscape -->
<!-- <dimen name="status_bar_height_landscape">24.0dip</dimen> -->
<dimen name="rounded_corner_radius_top">95.0px</dimen>
<dimen name="rounded_corner_radius_bottom">90.0px</dimen>
<dimen name="status_bar_height_portrait">27.629974dip</dimen>