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

Commit c190c064 authored by guanxiongliu's avatar guanxiongliu
Browse files

Changing dialog text color and padding

Bug:30079784
Change-Id: I6d389c1f0b27dfe2d6ed0314820990e1006e9bdd
parent a5d134e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <ImageView android:id="@android:id/icon"
        android:layout_width="@dimen/detail_network_icon_size"
        android:layout_height="@dimen/detail_network_icon_size"
        android:layout_marginStart="20dp"
        android:layout_marginStart="24dp"
        android:layout_marginEnd="16dp"
        android:layout_gravity="center_vertical" />

@@ -38,7 +38,7 @@
            android:layout_marginRight="8dip"
            android:layout_marginEnd="8dip"
            android:textSize="16sp"
            android:textColor="#000000"
            android:textColor="@color/contacts_text_color"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:singleLine="true"
            android:ellipsize="end"/>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:paddingStart="24dp"
    android:paddingEnd="24dp"
    android:textSize="20sp"
    android:textColor="#000000"
    android:textColor="@color/contacts_text_color"
    android:textStyle="bold"
    android:ellipsize="end"
/>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -185,4 +185,7 @@
    <color name="custom_filter_divider">#dbdbdb</color>

    <color name="material_star_pink">#f50057</color>

    <!-- Primary text color in Contacts app -->
    <color name="contacts_text_color">#333333</color>
</resources>