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

Commit

Permalink
Set android Toolbar item color (#233)
Browse files Browse the repository at this point in the history
Updated toolbar item color to #5D5D5D which matches `NavigationBarTextColor` from App.xaml.

Old color was white text on white background

Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
  • Loading branch information
lachlanwgordon and jfversluis authored Aug 25, 2020
1 parent 128f78e commit a03c21e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<item name="windowActionModeOverlay">true</item>

<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
<item name="android:actionMenuTextColor"> #5D5D5D </item>
</style>

<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
Expand Down

0 comments on commit a03c21e

Please sign in to comment.