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

Commit 09375ec2 authored by Nancy Chen's avatar Nancy Chen Committed by Android Git Automerger
Browse files

am 03f40702: Change cursor color and secondary color in dialer search

* commit '03f4070287ba04cb833f0269b81f972bf9a8eb52':
  Change cursor color and secondary color in dialer search
parents 0da2edb8 5b0baf86
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 Google Inc. All Rights Reserved. -->

<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <size android:width="2dp" />
    <solid android:color="@color/dialtacts_theme_color" />
</shape>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
        android:fontFamily="@string/search_font_family"
        android:textColor="@color/searchbox_text_color"
        android:textColorHint="@color/searchbox_hint_text_color"
        android:textCursorDrawable="@drawable/searchedittext_custom_cursor"
        android:background="@null"
        android:inputType="textFilter"
        android:singleLine="true"
+4 −1
Original line number Diff line number Diff line
@@ -41,11 +41,14 @@
    <!-- Color of the theme of the People app -->
    <color name="people_app_theme_color">#363636</color>

    <!-- Color of the theme of the Dialer app -->
    <color name="dialtacts_theme_color">#0288d1</color>

    <!-- Color of image view placeholder. -->
    <color name="image_placeholder">#DDDDDD</color>

    <!-- Secondary text color in the Phone app -->
    <color name="dialtacts_secondary_text_color">#888888</color>
    <color name="dialtacts_secondary_text_color">#737373</color>

    <!--  Color of the semi-transparent shadow box on contact tiles -->
    <color name="contact_tile_shadow_box_color">#7F000000</color>
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar

    <style name="TextAppearanceSmall" parent="@android:style/TextAppearance.Small">
        <item name="android:textSize">14sp</item>
        <item name="android:textColor">#888888</item>
        <item name="android:textColor">#737373</item>
    </style>

    <style name="ListViewStyle" parent="@android:style/Widget.Material.Light.ListView">