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

Commit 699504ad authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Change maxLines on snippet update preview"

parents 3bfec806 5cd99f59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textColor="@color/detail_update_tab_text_color"
        android:textStyle="bold"
        android:maxLines="3"/>
        android:maxLines="@integer/updates_tab_snippet_max_lines"/>

    <View
        android:id="@+id/alpha_overlay"
+1 −0
Original line number Diff line number Diff line
@@ -15,4 +15,5 @@
-->
<resources>
    <integer name="contact_tile_column_count">2</integer>
    <integer name="updates_tab_snippet_max_lines">5</integer>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -23,4 +23,7 @@

    <!-- Determines the number of columns in a ContactTileRow -->
    <integer name="contact_tile_column_count">2</integer>

    <!-- Max lines to display of a contact's snippet in the "updates" tab of the contact card tab carousel  -->
    <integer name="updates_tab_snippet_max_lines">3</integer>
</resources>