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

Commit 3fae19b8 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Updating contact list item for Dialer search redlines." into lmp-preview-dev

parents 746b7bde 07a6da68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
        <attr name="list_item_name_text_color" format="color"/>
        <attr name="list_item_name_text_size" format="dimension"/>
        <attr name="list_item_text_indent" format="dimension"/>
        <attr name="list_item_text_offset_top" format="dimension"/>
        <attr name="list_item_data_width_weight" format="integer"/>
        <attr name="list_item_label_width_weight" format="integer"/>
    </declare-styleable>
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
    </style>

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