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

Commit b7711419 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use image view when it's section header is a star" into ub-contactsdialer-f-dev

parents 637c0798 f9aa25bc
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!-- Material design star icon -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportHeight="24.0"
        android:viewportWidth="24.0">
<path
    android:fillColor="#000000"
    android:pathData="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
</vector>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -183,4 +183,6 @@
    <!-- Color of account/custom filters -->
    <color name="account_filter_text_color">@color/actionbar_text_color_black</color>
    <color name="custom_filter_divider">#dbdbdb</color>

    <color name="material_star_pink">#f50057</color>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
    <dimen name="contact_browser_list_item_text_size">16sp</dimen>
    <dimen name="contact_browser_list_item_photo_size">40dp</dimen>
    <dimen name="contact_browser_list_item_gap_between_image_and_text">15dp</dimen>
    <dimen name="contact_browser_list_item_gap_between_indexer_and_image">6dp</dimen>
    <dimen name="contact_browser_list_item_gap_between_indexer_and_image">20dp</dimen>
    <dimen name="contact_browser_list_top_margin">12dp</dimen>

    <!-- Dimensions for "No contacts" string in PhoneFavoriteFragment for the All contacts
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    </style>

    <style name="SectionHeaderStyle" parent="@android:style/TextAppearance.Large">
        <item name="android:textSize">18sp</item>
        <item name="android:textSize">16sp</item>
        <item name="android:textAllCaps">true</item>
        <item name="android:textColor">@color/section_header_text_color</item>
        <item name="android:textStyle">bold</item>