diff --git a/changelog.d/4642.bugfix b/changelog.d/4642.bugfix new file mode 100644 index 0000000000..2a5ea97196 --- /dev/null +++ b/changelog.d/4642.bugfix @@ -0,0 +1 @@ +Update the top bar in a room: remove topic and typing information \ No newline at end of file diff --git a/library/ui-styles/src/main/res/values/style_action_button.xml b/library/ui-styles/src/main/res/values/style_action_button.xml new file mode 100644 index 0000000000..0a3c73622f --- /dev/null +++ b/library/ui-styles/src/main/res/values/style_action_button.xml @@ -0,0 +1,8 @@ + + + + \ 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 100a07f41d..31e64184bc 100644 --- a/library/ui-styles/src/main/res/values/theme_dark.xml +++ b/library/ui-styles/src/main/res/values/theme_dark.xml @@ -141,6 +141,9 @@ @style/Widget.Vector.Keyword @color/vctr_toast_background_dark + + @style/Widget.Vector.ActionButton +