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

Commit 7f3d1e7b authored by Min Yun's avatar Min Yun Committed by android-build-merger
Browse files

Merge \\"Quick settings icons have focus\\" into nyc-mr1-dev am: d3ed87b2

am: 3492b565

Change-Id: Ib9bc3a32243daefc74012ecfe6ff92fb833eea30
parents cac99ef1 3492b565
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);
    }

    protected Drawable newTileBackground() {