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

Commit d3ed87b2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Quick settings icons have focus" into nyc-mr1-dev

parents c7b1d74a f07f1700
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:minHeight="112dp"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:focusable="true"
        android:background="@drawable/ripple_drawable"
        systemui:activatedFontFamily="sans-serif-medium">

+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
            android:layout_width="48dp"
            android:layout_height="48dp"
            android:layout_alignParentEnd="true"
            android:focusable="true"
            android:background="@drawable/ripple_drawable" >
            <ImageView android:id="@+id/multi_user_avatar"
                android:layout_width="@dimen/multi_user_avatar_expanded_size"
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public class QSTileBaseView extends LinearLayout {
        setClipChildren(false);
        setClipToPadding(false);
        mCollapsedView = collapsedView;
        setFocusable(true);
    }

    private Drawable newTileBackground() {