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

Commit f6143d70 authored by Matthew DeVore's avatar Matthew DeVore Committed by Android (Google) Code Review
Browse files

Merge "ScrollableToolbarItemLayout: increase MAX_ITEMS" into main

parents 0cbfacb7 fb26565a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ class ScrollableToolbarItemLayout(context: Context, attrs: AttributeSet?) :
    }

    companion object {
        private const val MAX_ITEMS = 2
        private const val MAX_ITEMS = 5
        private val SELECTED_TEXT_APPEARANCE =
            com.android.settingslib.widget.theme.R.style.TextAppearance_SettingsLib_TitleSmall_Emphasized
        private val UNSELECTED_TEXT_APPEARANCE =