diff --git a/changelog.d/3547.feature b/changelog.d/3547.feature new file mode 100644 index 0000000000..8921932067 --- /dev/null +++ b/changelog.d/3547.feature @@ -0,0 +1 @@ +Implements new design for Jump to unread and quick fix visibility issues. \ No newline at end of file diff --git a/library/ui-styles/src/main/res/values/styles_jump_to_unread.xml b/library/ui-styles/src/main/res/values/styles_jump_to_unread.xml new file mode 100644 index 0000000000..21f0ebd5d4 --- /dev/null +++ b/library/ui-styles/src/main/res/values/styles_jump_to_unread.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/library/ui-styles/src/main/res/values/theme_dark.xml b/library/ui-styles/src/main/res/values/theme_dark.xml index 8fffb9f05f..9d2d37d331 100644 --- a/library/ui-styles/src/main/res/values/theme_dark.xml +++ b/library/ui-styles/src/main/res/values/theme_dark.xml @@ -132,6 +132,9 @@ @style/Widget.Vector.Button.Outlined.SocialLogin.Twitter.Dark @style/Widget.Vector.Button.Outlined.SocialLogin.Apple.Dark @style/Widget.Vector.Button.Outlined.SocialLogin.Gitlab.Dark + + @style/Widget.Vector.JumpToUnread.Dark +