forked from ahnet-69/treble_voltage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to add combined signal icons
- Loading branch information
1 parent
58fb91f
commit 3ad3ab1
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
17 changes: 14 additions & 3 deletions
17
patches/personal/platform_vendor_voltage/0004-Add-additional-options-in-Voltage.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
From e5f834600b21944df576355af1de0cb156b8767f Mon Sep 17 00:00:00 2001 | ||
From 9a673ec1311460a0f44358f232b18fd3ad14219d Mon Sep 17 00:00:00 2001 | ||
From: "Christopher A. Williamson" <[email protected]> | ||
Date: Wed, 7 Feb 2024 21:22:49 +0000 | ||
Date: Thu, 8 Feb 2024 21:35:29 +0000 | ||
Subject: [PATCH] Add additional options in VoltageOS | ||
|
||
--- | ||
.../packages/SystemUI/res/values/flags.xml | 1 + | ||
.../Settings/res/values/voltage_config.xml | 26 +++++++++++++++++++ | ||
.../SimpleDeviceConfig/res/values/config.xml | 8 ++++++ | ||
2 files changed, 34 insertions(+) | ||
3 files changed, 35 insertions(+) | ||
|
||
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/flags.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/flags.xml | ||
index 6bd3e89..ad15bce 100644 | ||
--- a/overlay/common/frameworks/base/packages/SystemUI/res/values/flags.xml | ||
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/flags.xml | ||
@@ -18,4 +18,5 @@ | ||
<bool name="flag_monet">true</bool> | ||
<bool name="flag_conversations">true</bool> | ||
<bool name="flag_charging_ripple">true</bool> | ||
+ <bool name="flag_combined_status_bar_signal_icons">true</bool> | ||
</resources> | ||
diff --git a/overlay/common/packages/apps/Settings/res/values/voltage_config.xml b/overlay/common/packages/apps/Settings/res/values/voltage_config.xml | ||
index 31f6c0a..3f4c995 100644 | ||
--- a/overlay/common/packages/apps/Settings/res/values/voltage_config.xml | ||
|