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

Commit bd8a362a authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Git Automerger
Browse files

am 1f51f2bb: Correcting issue where text entered by user in searchbox is gray. DO NOT MERGE

* commit '1f51f2bb':
  Correcting issue where text entered by user in searchbox is gray. DO NOT MERGE
parents 285cbd1f 1f51f2bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@
                        android:textSize="@dimen/search_text_size"
                        android:fontFamily="@string/search_font_family"
                        android:textColor="@color/searchbox_text_color"
                        android:textColorHint="@color/searchbox_hint_text_color"
                        android:inputType="textFilter"/>
                    <ImageView
                        android:id="@+id/search_close_button"
+4 −2
Original line number Diff line number Diff line
@@ -70,8 +70,10 @@

    <!-- Background color of the search box -->
    <color name="searchbox_background_color">#ffffff</color>
    <!-- Text color of the search box -->
    <color name="searchbox_text_color">#d3d3d3</color>
    <!-- Text color of the search box text as entered by user  -->
    <color name="searchbox_text_color">#000000</color>
    <!-- Text color of the search box hint text  -->
    <color name="searchbox_hint_text_color">#d3d3d3</color>

    <!-- Color of the contact name in favorite tiles -->
    <color name="contact_tile_name_color">#ffffff</color>