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

Commit c456d369 authored by Jun Mukai's avatar Jun Mukai Committed by Android Git Automerger
Browse files

am 7676e580: am ead85080: am ebcc6f09: am 8703e50d: Merge "Allow selecting...

am 7676e580: am ead85080: am ebcc6f09: am 8703e50d: Merge "Allow selecting quick setting items by keyboard." into mnc-dev

* commit '7676e580':
  Allow selecting quick setting items by keyboard.
parents fa6dc13c 7676e580
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" />