-
Notifications
You must be signed in to change notification settings - Fork 990
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBL-1665 & 1662: Project Alerts red dot indicators on overflow menu (#…
…2113) * pass theme to logged in viewmodel, set indicators on hamburger icon and project alert menu item when users has project alerts available * pass theme to logged in viewmodel, set indicators on hamburger icon and project alert menu item when users has project alerts available * Add tests, cleanup * linter * fix schema after merge --------- Co-authored-by: Leigh Douglas <[email protected]> Co-authored-by: Isabel Martin <[email protected]> Co-authored-by: mtgriego <[email protected]>
- Loading branch information
1 parent
794c7f9
commit 23ea68e
Showing
10 changed files
with
177 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="oval"> | ||
<solid android:color="#F39C95" /> | ||
<padding | ||
android:bottom="@dimen/grid_1_half" | ||
android:left="@dimen/grid_1_half" | ||
android:right="@dimen/grid_1_half" | ||
android:top="@dimen/grid_1_half" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="oval"> | ||
<solid android:color="#B81F14" /> | ||
<padding | ||
android:bottom="@dimen/grid_1_half" | ||
android:left="@dimen/grid_1_half" | ||
android:right="@dimen/grid_1_half" | ||
android:top="@dimen/grid_1_half" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.