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

Commit 0e77ee1e authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Prevent status updates from getting cut off on contact tiles"

parents d957e0f5 4931a2c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:fadingEdge="none"
            android:scrollbarStyle="outsideOverlay"/>
            android:scrollbarStyle="outsideOverlay"
            android:divider="@null"/>

        <!--
          Shadow overlay over the list of group members (since we have a fake stacked
+6 −2
Original line number Diff line number Diff line
@@ -157,7 +157,11 @@
    <dimen name="contact_browser_list_top_margin">8dip</dimen>

    <!-- ContactTile Layouts -->
    <dimen name="contact_tile_shadowbox_height">48dip</dimen>
    <!--
      Use sp instead of dip so that the shadowbox heights can all scale uniformly
      when the font size is scaled for accessibility purposes
    -->
    <dimen name="contact_tile_shadowbox_height">48sp</dimen>

    <!-- Call Log -->
    <dimen name="call_log_call_action_size">32dip</dimen>