Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e31c31d authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am a79b18ad: Merge "Fixing widgets container inactive scroll bar color." into ub-launcher3-burnaby

* commit 'a79b18ad':
  Fixing widgets container inactive scroll bar color.
parents 79423d82 a79b18ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
    <color name="all_apps_search_market_button_focused_bg_color">#DDDDDD</color>

    <!-- Widgets view -->
    <color name="widgets_view_fastscroll_thumb_inactive_color">#42FFFFFF</color>
    <color name="widgets_view_section_text_color">#FFFFFF</color>
    <color name="widgets_view_item_text_color">#C4C4C4</color>
    <color name="widgets_cell_color">#263238</color>
+0 −4
Original line number Diff line number Diff line
@@ -64,10 +64,6 @@ public class WidgetsRecyclerView extends BaseRecyclerView {
        return Color.WHITE;
    }

    public int getFastScrollerThumbInactiveColor(int defaultInactiveThumbColor) {
        return getResources().getColor(R.color.widgets_view_fastscroll_thumb_inactive_color);
    }

    /**
     * Sets the widget model in this view, used to determine the fast scroll position.
     */