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

Commit 8703e50d authored by Jun Mukai's avatar Jun Mukai Committed by Android (Google) Code Review
Browse files

Merge "Allow selecting quick setting items by keyboard." into mnc-dev

parents 84f8a096 410ed3a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    android:minHeight="@dimen/qs_detail_item_height"
    android:background="@drawable/btn_borderless_rect"
    android:clickable="true"
    android:focusable="true"
    android:gravity="center_vertical"
    android:orientation="horizontal" >

@@ -57,6 +58,7 @@
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:clickable="true"
        android:focusable="true"
        android:scaleType="center"
        android:src="@drawable/ic_qs_cancel" />