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

Commit 119f91bb authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Visible feedback for control panel taps.

Bug: 3329721
Change-Id: Ie0c6251381447ad1893d63d62cd235fa88a7b1c5
parent 2b323c72
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:paddingRight="48dp"
        >

    <!-- Airplane mode -->
+3 −0
Original line number Diff line number Diff line
@@ -22,9 +22,11 @@
    </style>

    <style name="StatusBarPanelSettingsRow">
        <item name="android:paddingRight">48dp</item>
        <item name="android:layout_height">64dp</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:orientation">horizontal</item>
        <item name="android:background">?android:attr/listChoiceBackgroundIndicator</item>
    </style>

    <style name="StatusBarPanelSettingsIcon">
@@ -43,6 +45,7 @@
    </style>

    <style name="StatusBarPanelSettingsPanelSeparator">
        <item name="android:layout_marginRight">48dp</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">1dp</item>
        <item name="android:background">@android:drawable/divider_horizontal_dark</item>