Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
For #12565 Implement the common part of search widget in Android Comp…
Browse files Browse the repository at this point in the history
…onents
  • Loading branch information
iorgamgabriel committed Aug 3, 2022
2 parents a6e325a + c37f416 commit 8c3aab7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:gravity="start|center_vertical"
android:letterSpacing="-0.025"
android:textAlignment="viewStart"
android:textColor="@color/mozac_feature_search_widget_text_color_primary"
android:textColor="@color/mozac_feature_search_widget_text_color"
android:textSize="15sp"
tools:text="Search the web" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:gravity="start|center_vertical"
android:letterSpacing="-0.025"
android:textAlignment="viewStart"
android:textColor="@color/mozac_feature_search_widget_text_color_primary"
android:textColor="@color/mozac_feature_search_widget_text_color"
android:textSize="15sp"
tools:text="Search" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<color name="mozac_feature_search_widget_background_color">@color/photonDarkGrey60</color>
<color name="mozac_feature_search_widget_color_primary">@color/photonLightGrey05</color>
<color name="mozac_feature_search_widget_text_color_primary">@color/photonLightGrey05</color>
<color name="mozac_feature_search_widget_color">@color/photonLightGrey05</color>
<color name="mozac_feature_search_widget_text_color">@color/photonLightGrey05</color>

</resources>
4 changes: 2 additions & 2 deletions components/feature/search/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<color name="mozac_feature_search_widget_background_color">@color/photonLightGrey10</color>
<color name="mozac_feature_search_widget_text_color_primary">@color/photonDarkGrey90</color>
<color name="mozac_feature_search_widget_color_primary">@color/photonDarkGrey90</color>
<color name="mozac_feature_search_widget_text_color">@color/photonDarkGrey90</color>
<color name="mozac_feature_search_widget_color">@color/photonDarkGrey90</color>
</resources>

0 comments on commit 8c3aab7

Please sign in to comment.