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

Commit b8528265 authored by Yorke Lee's avatar Yorke Lee
Browse files

Reduce search view text size

Bug: 10677697
Change-Id: Ia784a356bae386da63230e1d096952fbed753f03
parent b968f5ee
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>