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

Commit 5ab5f86d authored by Mindy Pereira's avatar Mindy Pereira
Browse files

Update style of updates column for tablet.

Fixes Bug:5193808 [Updates] Pixel perfect

Change-Id: Iafa6386ac93b0b332d7a2e7a041e08cf84e09f08
parent 2ce39a2f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,4 +20,6 @@
    android:layout_height="match_parent"
    android:background="@color/background_social_updates"
    android:fadingEdge="none"
    android:divider="@null"/>
    android:divider="@null"
    android:paddingTop="@dimen/contact_detail_list_top_padding"
    android:clipToPadding="false"/>
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fadingEdge="none"
        android:divider="@null"/>
        android:divider="@null"
        android:paddingTop="32dip"/>

    <View
        android:id="@+id/alpha_overlay"
+4 −4
Original line number Diff line number Diff line
@@ -17,14 +17,16 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">
    android:orientation="vertical"
    android:paddingLeft="@dimen/detail_update_section_side_padding"
    android:paddingRight="@dimen/detail_update_section_side_padding">

    <TableLayout
        android:id="@+id/stream_item_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/detail_update_section_item_vertical_padding"
        android:paddingBottom="@dimen/detail_update_section_item_last_row_extra_vertical_padding"
        android:paddingBottom="@dimen/detail_update_section_item_vertical_padding"
        android:paddingLeft="@dimen/detail_update_section_item_horizontal_padding"
        android:paddingRight="@dimen/detail_update_section_item_horizontal_padding"
        android:background="?android:attr/selectableItemBackground"
@@ -34,8 +36,6 @@
        android:id="@+id/horizontal_divider"
        android:layout_width="match_parent"
        android:layout_height="1px"
        android:layout_marginLeft="@dimen/detail_update_section_side_padding"
        android:layout_marginRight="@dimen/detail_update_section_side_padding"
        android:background="?android:attr/dividerHorizontal" />

</LinearLayout>
+6 −5
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
<TableRow
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:ex="http://schemas.android.com/apk/res/com.android.contacts"
    android:paddingBottom="@dimen/detail_update_section_between_items_vertical_padding">
    android:paddingBottom="@dimen/detail_update_section_between_items_vertical_padding"
    android:paddingTop="@dimen/detail_update_section_between_items_vertical_padding">

    <view
        class="com.android.contacts.widget.ProportionalLayout"
@@ -45,12 +46,11 @@
            android:id="@+id/stream_item_second_text"
            android:orientation="vertical"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
            android:layout_height="wrap_content">

            <TextView android:id="@+id/stream_item_html"
                android:layout_width="match_parent"
                android:layout_height="0dip"
                android:layout_weight="1"
                android:layout_height="wrap_content"
                android:textSize="16sp"
                android:textColor="?android:attr/textColorPrimary" />

@@ -69,7 +69,8 @@
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/detail_update_section_attribution_comments_padding"
                    android:textAppearance="?android:attr/textAppearanceSmall"
                    android:textColor="?android:attr/textColorSecondary" />
                    android:textColor="?android:attr/textColorSecondary"
                    android:visibility="gone" />
            </LinearLayout>

        </LinearLayout>
+1 −3
Original line number Diff line number Diff line
@@ -34,9 +34,7 @@
        android:textAllCaps="true"
        android:singleLine="true"
        android:ellipsize="end"
        android:paddingLeft="8dip"
        android:paddingTop="5dip"
        android:paddingBottom="2dip" />
        style="@style/UpdatesTitleStyle"/>

    <View
        android:layout_width="match_parent"
Loading