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

Commit 81394d94 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "Removing "focusable" from tile_page in QS" into udc-dev

parents dcfb8a84 5358644b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@
    android:layout_height="match_parent"
    android:paddingStart="@dimen/qs_tiles_page_horizontal_margin"
    android:paddingEnd="@dimen/qs_tiles_page_horizontal_margin"
    android:focusable="false"
    android:clipChildren="false"
    android:clipToPadding="false" />
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ public class TileLayout extends ViewGroup implements QSTileLayout {

    public TileLayout(Context context, @Nullable AttributeSet attrs) {
        super(context, attrs);
        setFocusableInTouchMode(true);
        mLessRows = ((Settings.System.getInt(context.getContentResolver(), "qs_less_rows", 0) != 0)
                || useQsMediaPlayer(context));
        updateResources();