Issue
I need help in changing the text color of Xamarin app in the status Bar because when Changing the status bar color to white the text color stays white, thus not appearing.
Solution
Use the following code in style.xml
when you change status bar color .
<item name="android:windowLightStatusBar">true</item>
This makes the text will always appear whatever the background color is .
Refer to
Change status bar text color when primaryDark is white.
Answered By - ColeX - MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.