Skip to content

Commit

Permalink
Chnage Android NavigationBar colour
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Nov 14, 2021
1 parent 20a3937 commit 76c8bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AresNews/AresNews.Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected override void OnCreate(Bundle savedInstanceState)
if (Build.VERSION.SdkInt >= Android.OS.BuildVersionCodes.Lollipop)
{
// Set the navbar color
Window.SetNavigationBarColor(Android.Graphics.Color.ParseColor("#36383c"));
Window.SetNavigationBarColor(Android.Graphics.Color.ParseColor("#303236"));
}
}
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
Expand Down

0 comments on commit 76c8bf0

Please sign in to comment.