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

Commit c9dcf2ff authored by yaolu's avatar yaolu Committed by android-build-merger
Browse files

Fix the "Add Contacts" button too small in empty label view

am: b504605f

Change-Id: I026c39ce70d6c80c48e7d5a61d628fd3fa21c4e0
parents 7a6603f1 b504605f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:paddingTop="@dimen/empty_group_view_text_padding_top"
        android:paddingBottom="@dimen/empty_group_view_text_padding_bottom"
        android:text="@string/emptyGroup"
        style="@style/EmptyStateTextStyle"/>

+1 −2
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
    <!-- Height for the image for empty group view-->
    <dimen name="empty_group_view_image_height">150dp</dimen>

    <!-- Top and Bottom padding for the text for empty group view-->
    <!-- Top padding for the text for empty group view-->
    <dimen name="empty_group_view_text_padding_top">14dp</dimen>
    <dimen name="empty_group_view_text_padding_bottom">10dp</dimen>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
    <integer name="quickcontact_title_lines">2</integer>

    <!-- Top margin ratio for the image for empty group view -->
    <integer name="empty_group_view_image_margin">12</integer>
    <integer name="empty_group_view_image_margin_divisor">12</integer>
</resources>
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    <!-- Height for the image for empty group view-->
    <dimen name="empty_group_view_image_height">180dp</dimen>

    <!-- Top and Bottom padding for the text for empty group view-->
    <!-- Top padding for the text for empty group view -->
    <dimen name="empty_group_view_text_padding_top">32dp</dimen>
    <dimen name="empty_group_view_text_padding_bottom">16dp</dimen>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -22,5 +22,5 @@
    <integer name="contact_list_card_layout_weight">6</integer>

    <!-- Top margin ratio for the image for empty group view -->
    <integer name="empty_group_view_image_margin">8</integer>
    <integer name="empty_group_view_image_margin_divisor">8</integer>
</resources>
Loading