Avicii: Alphadroid Bringup
This commit is contained in:
9
overlay/OPlusSystemUIResCommon/Android.bp
Normal file
9
overlay/OPlusSystemUIResCommon/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "OPlusSystemUIResCommon",
|
||||
device_specific: true,
|
||||
}
|
||||
13
overlay/OPlusSystemUIResCommon/AndroidManifest.xml
Normal file
13
overlay/OPlusSystemUIResCommon/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.systemui.overlay.oplus">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="300"
|
||||
android:targetPackage="com.android.systemui" />
|
||||
</manifest>
|
||||
14
overlay/OPlusSystemUIResCommon/res/values-land/config.xml
Normal file
14
overlay/OPlusSystemUIResCommon/res/values-land/config.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The crDroid Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Whether to use the split 2-column notification shade -->
|
||||
<bool name="config_use_split_notification_shade">true</bool>
|
||||
|
||||
<!-- Notifications are sized to match the width of two (of 4) qs tiles in landscape. -->
|
||||
<bool name="config_skinnyNotifsInLandscape">false</bool>
|
||||
|
||||
</resources>
|
||||
17
overlay/OPlusSystemUIResCommon/res/values-land/dimens.xml
Normal file
17
overlay/OPlusSystemUIResCommon/res/values-land/dimens.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The crDroid Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- The height of the container that holds the battery and time in the quick settings header.
|
||||
Preferred over using "@*android:dimen/quick_qs_offset_height" as system icons are not always
|
||||
present in quick settings (e.g. in split shade) and it's useful to be able to override this
|
||||
value in such cases.
|
||||
-->
|
||||
<dimen name="qs_header_system_icons_area_height">0dp</dimen>
|
||||
|
||||
<dimen name="qs_panel_padding_top">0dp</dimen>
|
||||
|
||||
</resources>
|
||||
27
overlay/OPlusSystemUIResCommon/res/values/config.xml
Normal file
27
overlay/OPlusSystemUIResCommon/res/values/config.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
|
||||
vibrator is capable of subtle vibrations -->
|
||||
<bool name="config_vibrateOnIconAnimation">true</bool>
|
||||
|
||||
<!-- Doze: does the double tap sensor need a proximity check? -->
|
||||
<bool name="doze_double_tap_proximity_check">true</bool>
|
||||
|
||||
<!-- Doze: does the long press sensor need a proximity check? -->
|
||||
<bool name="doze_long_press_proximity_check">true</bool>
|
||||
|
||||
<!-- FPSInfoService FPS node file path -->
|
||||
<string name="config_fpsInfoSysNode" translatable="false">/sys/class/drm/sde-crtc-0/measured_fps</string>
|
||||
|
||||
<!-- Whether show refresh rate QS tile -->
|
||||
<bool name="config_showRefreshRateQsTile">true</bool>
|
||||
|
||||
<!-- Update battery info every second when device is charging -->
|
||||
<bool name="config_alternateFastchargeInfoUpdate">true</bool>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user