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

Commit 46e2963b authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 1e0cb2e4: Add styleable attribute for dialpad ripple touch tints.

* commit '1e0cb2e4c9fa5426034073075265c509a7d83f31':
  Add styleable attribute for dialpad ripple touch tints.
parents 4d56d4fe c203d939
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,4 +15,5 @@
-->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="@color/dialpad_touch_tint" android:pinned="true"/>
 No newline at end of file
    android:tint="?android:attr/colorControlHighlight"
    android:pinned="true"/>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -78,4 +78,7 @@
        <attr name="favorites_padding_bottom" format="dimension"/>
    </declare-styleable>

    <declare-styleable name="Dialpad">
        <attr name="dialpad_key_button_touch_tint" format="color"/>
    </declare-styleable>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -93,7 +93,4 @@
    <color name="dialpad_digits_text_color">#bf000000</color>
    <color name="dialpad_separator_line_color">#dadada</color>
    <color name="dialpad_icon_tint">#b3b3b3</color>

    <!-- 35% opacity, black. -->
    <color name="dialpad_touch_tint">#59000000</color>
</resources>