Skip to content

Commit 8eb05e7

Browse files
Alex CruzThe-DarkBeast
authored andcommitted
Add snackbar updater text color to be used by overlays
can be useful for some parts like the launcher3 appdrawer scroller Change-Id: I48a3f7fe0225f87d5107ee7a086511fcba665767
1 parent 40c255a commit 8eb05e7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

core/res/res/values/fh_colors.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
<java-symbol type="integer" name="config_buttonBrightnessSettingDefault" />
2222
<java-symbol type="bool" name="config_deviceHasVariableButtonBrightness" />
2323

24+
<!-- Notification info -->
25+
<color name="notification_info_button_text">@color/accent_device_default_light</color>
26+
27+
<color name="updater_snackbar_text_color">@android:color/white</color>
2428
</resources>
2529

core/res/res/values/fh_symbols.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,8 @@
7575
<java-symbol type="style" name="Animation.Toast.SlideRightLeft" />
7676
<java-symbol type="style" name="Animation.Toast.SlideLeftRight" />
7777

78+
<!-- Notification info -->
79+
<java-symbol type="color" name="notification_info_button_text" />
80+
81+
<java-symbol type="color" name="updater_snackbar_text_color" />
7882
</resources>

0 commit comments

Comments
 (0)