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

Commit 127998d2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "UI Refresh for contacts."

parents ed5b76a1 f65163bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@
      android:paddingEnd="@dimen/text_padding_end"
      android:gravity="center_vertical"
      android:text="@string/all_contacts_empty_add_contact_action"
      style="@style/Dialer.TextAppearance.Primary"/>
      android:textColor="?android:attr/colorPrimary"
      style="@style/Dialer.TextAppearance.Primary2"/>
</LinearLayout>
+1 −5
Original line number Diff line number Diff line
@@ -47,11 +47,7 @@
        android:layout_height="match_parent"
        android:paddingStart="@dimen/text_padding_start"
        android:paddingEnd="@dimen/text_padding_end"
        android:maxLines="1"
        android:ellipsize="end"
        android:gravity="center_vertical"
        android:textSize="@dimen/text_size"
        android:textColor="?android:attr/textColorPrimary"
        android:fontFamily="sans-serif"/>
        style="@style/Dialer.TextAppearance.Primary.Ellipsize"/>
  </LinearLayout>
</FrameLayout>
 No newline at end of file