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

Commit a3b62d1a authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Reduce search view text size" into klp-dev

parents a9ea2ad5 b8528265
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
                android:layout_width="0dp"
                android:layout_height="56dp"
                android:layout_weight="1"
                android:textSize="@dimen/search_text_size"
                android:inputType="textFilter"/>
            <ImageView
                android:id="@+id/search_close_button"
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@
    <!-- Match call_button_height to Phone's dimens/in_call_end_button_height -->
    <dimen name="call_button_height">74dp</dimen>

    <!--  Search View -->
    <dimen name="search_text_size">16sp</dimen>

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