Skip to content

Commit 8dfd7ee

Browse files
committed
player: upd focused button color
1 parent 422d2d0 commit 8dfd7ee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/mod/leanback/playerglue/tooltips/ControlButtonPresenterSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void onBindViewHolder(ViewHolder viewHolder, Object item) {
126126
vh.mFocusableView.sendAccessibilityEvent(
127127
AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED);
128128

129-
// MODIFIED: enable control tooltips
129+
// MOD: enable control tooltips
130130
if (tooltipsEnabled) {
131131
TooltipCompatHandler.setTooltipText(vh.mFocusableView, action.getLabel1());
132132
}

smarttubetv/src/main/res/values/colors.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<!-- Color of currently focused player control -->
4-
<color name="lb_control_button_color_origin">#66EEEEEE</color>
5-
<color name="lb_control_button_color">#E8FFFFFF</color>
3+
<!-- MOD: Focused player button color (default: #66EEEEEE, new: #E8FFFFFF) -->
4+
<color name="lb_control_button_color">#9EEEEEEE</color>
65

76
<!-- Common colors -->
87
<color name="default_background_gradient_start">#000000</color>

0 commit comments

Comments
 (0)