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

Commit ec151702 authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "[Homepage Revamp] hide the scroll bar of homepage" into main

parents 5a138388 b246d2e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -251,6 +251,8 @@ public class TopLevelSettings extends DashboardFragment implements SplitLayoutLi
            Bundle savedInstanceState) {
        RecyclerView recyclerView = super.onCreateRecyclerView(inflater, parent,
                savedInstanceState);
        recyclerView.setVerticalScrollBarEnabled(false);
        recyclerView.setHorizontalScrollBarEnabled(false);
        recyclerView.setPadding(mPaddingHorizontal, 0, mPaddingHorizontal, 0);
        return recyclerView;
    }