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

Commit c16d06ae authored by Nancy Chen's avatar Nancy Chen
Browse files

Widen the unread message count badge.

Make the minimum width of the unread voicemail badge the same as the
height.

Bug: 25317054
Change-Id: I79ca4b1b847e286869a0657052e357865e553f0c
parent b9788553
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,11 +28,13 @@
        android:background="@drawable/unread_count_background"
        android:layout_width="wrap_content"
        android:layout_height="@dimen/tab_unread_count_background_size"
        android:minWidth="@dimen/tab_unread_count_background_size"
        android:layout_marginStart="@dimen/tab_unread_count_margin_left"
        android:layout_marginTop="@dimen/tab_unread_count_margin_top"
        android:layout_toEndOf="@id/icon"
        android:paddingLeft="@dimen/tab_unread_count_text_padding"
        android:paddingRight="@dimen/tab_unread_count_text_padding"
        android:textAlignment="center"
        android:textSize="@dimen/tab_unread_count_text_size"
        android:textColor="@color/tab_accent_color"
        android:fontFamily="sans-serif-medium" />