mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-03 07:11:45 -04:00
Revert "[UI] Fix colors on navigationBarColor (#1010)"
This reverts commit d0e80f76d6.
This commit is contained in:
@@ -669,8 +669,6 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
|
||||
// Darken statusbar if icons won't be visible otherwise
|
||||
window.setStatusBarColor(backgroundNeedsDarkIcons ? ColorUtils.blendARGB(backgroundHeaderColor, Color.BLACK, 0.15f) : Color.TRANSPARENT);
|
||||
}
|
||||
// Set darkenedColor like color on NavigationBar
|
||||
window.setNavigationBarColor(darkenedColor);
|
||||
|
||||
// Set shadow colour of store text so even same color on same color would be readable
|
||||
storeName.setShadowLayer(1, 1, 1, backgroundNeedsDarkIcons ? Color.BLACK : Color.WHITE);
|
||||
|
||||
Reference in New Issue
Block a user