S20FE:Tweak status bar+ Support Exynos variant

This commit is contained in:
Johx22 2022-04-17 23:17:07 +03:00
parent 2d3182cb0f
commit fd913d6a2d
4 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/r8q*"
android:requiredSystemPropertyValue="+(*samsung/r8q*|*samsung/r8s*)"
android:priority="400"
android:isStatic="true" />
</manifest>

View File

@ -2,6 +2,6 @@
<resources>
<dimen name="status_bar_padding_start">40px</dimen>
<dimen name="status_bar_padding_end">40px</dimen>
<dimen name="status_bar_padding_top">35px</dimen>
<dimen name="status_bar_header_height_keyguard">88px</dimen>
</resources>
<dimen name="status_bar_padding_top">38px</dimen>
<dimen name="status_bar_header_height_keyguard">92px</dimen>
</resources>

View File

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/r8q*"
android:requiredSystemPropertyValue="+(*samsung/r8q*|*samsung/r8s*)"
android:priority="302"
android:isStatic="true" />
</manifest>

View File

@ -1044,17 +1044,17 @@
<item>800</item>
</array>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_fillMainBuiltInDisplayCutout">false</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_supportDoubleTapWake">true</bool>
<dimen name="status_bar_height">88.0px</dimen>
<dimen name="status_bar_height_portrait">88.0px</dimen>
<dimen name="status_bar_height">92.0px</dimen>
<dimen name="status_bar_height_portrait">92.0px</dimen>
<dimen name="status_bar_height_landscape">26.0dp</dimen>
<dimen name="quick_qs_offset_height">88.0px</dimen>
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<integer name="config_screenBrightnessSettingMinimum">0</integer>
</resources>