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

Commit 8c17d23e authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 09a4a4c2: am 092ad66a: Merge changes Ic860de75,I8b2d6c7a into jb-mr1-dev

* commit '09a4a4c2':
  Remove notification/quicksettings explanation cling.
  Remove the double-swipe to access quick settings on phones.
parents fc31380a 09a4a4c2
Loading
Loading
Loading
Loading
−218 B
Loading image diff...
−209 B
Loading image diff...
−252 B
Loading image diff...
+12 −2
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
    android:id="@+id/header"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/notification_header_bg"
@@ -61,9 +62,18 @@
        android:padding="2dp"
        />
    
    <ImageView android:id="@+id/settings_button"
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:scaleType="center"
        android:src="@drawable/ic_notify_quicksettings"
        android:contentDescription="@string/accessibility_settings_button"
        />

    <ImageView android:id="@+id/clear_all_button"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:layout_marginLeft="18dp"
        android:scaleType="center"
        android:src="@drawable/ic_notify_clear"
        android:contentDescription="@string/accessibility_clear_all"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    <drawable name="recents_callout_line">#99ffffff</drawable>
    <drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable>
    <drawable name="intruder_bg_pressed">#ff33B5E5</drawable>
    <drawable name="notification_header_bg">#FF000000</drawable>

    <!-- ==================== system bar only ==================== -->
    <drawable name="system_bar_background">#ff000000</drawable>
Loading