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

Commit a533a344 authored by Flavio Lerda's avatar Flavio Lerda
Browse files

Fixes a few spacing issues in Updates.

Bug: 4689488
Change-Id: Ib27609f21a94f21dfb4b6409b89acd6c15f124a3
parent 79f3c00d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@
        android:layout_height="@dimen/detail_tab_carousel_tab_label_height"
        android:layout_alignParentLeft="true"
        android:layout_alignParentBottom="true"
        android:paddingLeft="@dimen/detail_item_side_margin"
        android:paddingLeft="@dimen/detail_tab_carousel_tab_label_indent"
        android:singleLine="true"
        android:gravity="left|center_vertical"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textColor="@color/detail_header_view_text_color"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textColor="@color/detail_tab_carousel_tab_label_color"
        style="@android:style/Widget.Holo.ActionBar.TabView" />

</RelativeLayout>
+4 −4
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@
        android:layout_alignParentLeft="true"
        android:layout_alignParentBottom="true"
        android:layout_above="@id/status_photo"
        android:paddingLeft="@dimen/detail_item_side_margin"
        android:paddingLeft="@dimen/detail_tab_carousel_tab_label_indent"
        android:singleLine="true"
        android:gravity="left|center_vertical"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textColor="@color/detail_header_view_text_color"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textColor="@color/detail_tab_carousel_tab_label_color"
        style="@android:style/Widget.Holo.ActionBar.TabView" />

    <TextView android:id="@+id/status"
+2 −2
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@
    <TextView
        android:id="@+id/kind"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:layout_height="24dip"
        android:textColor="@color/detail_kind_title_color"
        android:textStyle="bold"
        android:singleLine="true"
        android:ellipsize="end"
        android:paddingLeft="8dip"
        android:paddingTop="5dip"
        android:paddingBottom="2dip" />

+4 −4
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:orientation="vertical"
        android:paddingLeft="8dip"
        android:gravity="center_vertical">

        <TextView
@@ -68,17 +69,16 @@

    <View
        android:id="@+id/vertical_divider"
        android:layout_width="1px"
        android:layout_width="1dip"
        android:layout_height="match_parent"
        android:layout_marginTop="15dip"
        android:layout_marginBottom="10dip"
        android:layout_marginTop="4dip"
        android:layout_marginBottom="4dip"
        android:background="?android:attr/dividerVertical" />

    <FrameLayout
        android:id="@+id/secondary_action_button_container"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_marginTop="5dip"
        android:paddingLeft="@dimen/detail_item_icon_margin"
        android:paddingRight="@dimen/detail_item_icon_margin"
        android:duplicateParentState="false"
+4 −1
Original line number Diff line number Diff line
@@ -86,4 +86,7 @@
    <!-- Colors in the contact browser list -->
    <color name="contact_browser_list_bk_color">#EEEEEE</color>
    <color name="contact_count_text_color">#777777</color>

    <!-- Color of the text of the tab carousel in the contact details  -->
    <color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
</resources>
Loading