[PR #764] [MERGED] Move tab bar colors to styles #2578

Closed
opened 2025-11-26 23:21:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/764
Author: @kspearrin
Created: 3/11/2020
Status: Merged
Merged: 3/11/2020
Merged by: @kspearrin

Base: masterHead: tabcolorfix


📝 Commits (1)

  • 7fefed7 Move tab bar colors to styles

📊 Changes

3 files changed (+7 additions, -11 deletions)

View changed files

📝 src/App/Pages/TabsPage.cs (+3 -7)
📝 src/App/Styles/Base.xaml (+4 -0)
📝 src/iOS/Renderers/CustomTabbedRenderer.cs (+0 -4)

📄 Description

Looks like the platform-specific property for tab colors was deprecated in Xamarin.Forms 4, so moved this to proper styling (new way) and removed the custom renderer hack on iOS.

Also changed Icon to IconImageSource since apparently that was deprecated now too.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/764 **Author:** [@kspearrin](https://github.com/kspearrin) **Created:** 3/11/2020 **Status:** ✅ Merged **Merged:** 3/11/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `tabcolorfix` --- ### 📝 Commits (1) - [`7fefed7`](https://github.com/bitwarden/android/commit/7fefed768f4fdb403bf830f5f6c4b052dd67cd98) Move tab bar colors to styles ### 📊 Changes **3 files changed** (+7 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/TabsPage.cs` (+3 -7) 📝 `src/App/Styles/Base.xaml` (+4 -0) 📝 `src/iOS/Renderers/CustomTabbedRenderer.cs` (+0 -4) </details> ### 📄 Description Looks like the platform-specific property for tab colors was deprecated in Xamarin.Forms 4, so moved this to proper styling (new way) and removed the custom renderer hack on iOS. Also changed Icon to IconImageSource since apparently that was deprecated now too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:21:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2578