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

Commit 81d48066 authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 40d05c18: Change dialpad line\'s color to #e3e3e3

* commit '40d05c187c35ebc751712ff7e81f385e6157e130':
  Change dialpad line's color to #e3e3e3
parents 873f891c e715a272
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -79,16 +79,11 @@
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="#d6d6d6" />

    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="#ffffff" />
        android:background="#e3e3e3" />

    <Space
        android:layout_width="match_parent"
        android:layout_height="13dp" />
        android:layout_height="14dp" />

    <include layout="@layout/dialpad" />