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

Commit 74af8088 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Corrected issue where history icon placement does not match spec. DO NOT MERGE

XML only change to layout and dimens. 

Bug: 13422202
Change-Id: I79b0559ab8000f7d5a82182c202a6979a5648cb5
(cherry picked from commit 66106e0c)
parent 21ed6cb1
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -147,12 +147,8 @@
            <!-- The secondary action button; either play voicemail or call details. -->
            <ImageButton
                android:id="@+id/secondary_action_icon"
                android:layout_width="match_parent"
                android:layout_width="fill_parent"
                android:layout_height="match_parent"
                android:paddingStart="@dimen/call_log_inner_margin"
                android:paddingTop="@dimen/call_log_inner_margin"
                android:paddingBottom="@dimen/call_log_inner_margin"
                android:paddingEnd="@dimen/call_log_inner_margin"
                android:scaleType="center"
                android:background="?android:attr/selectableItemBackground"
                android:nextFocusLeft="@id/primary_action_view"
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

    <!-- Call Log -->
    <dimen name="call_log_call_action_size">32dip</dimen>
    <dimen name="call_log_call_action_width">48dip</dimen>
    <dimen name="call_log_call_action_width">54dp</dimen>
    <dimen name="call_log_icon_margin">4dip</dimen>
    <dimen name="call_log_inner_margin">8dip</dimen>
    <dimen name="call_log_outer_margin">8dip</dimen>
@@ -38,7 +38,7 @@
    <dimen name="call_detail_button_spacing">2dip</dimen>
    <!-- Defines the vertical margin for the vertical separator between
         the main area of a call log entry and the secondary action button. -->
    <dimen name="call_log_list_item_vertical_divider_margin">8dp</dimen>
    <dimen name="call_log_list_item_vertical_divider_margin">17dp</dimen>

    <!-- Defines the width of the vertical separator between
         the main area of a call log entry and the secondary action button. -->