Skip to content

Commit

Permalink
Merge pull request #3222 from nextcloud/chore/noid/headlineSize
Browse files Browse the repository at this point in the history
Resize chat headline to 18sp
  • Loading branch information
AndyScherzinger authored Jul 28, 2023
2 parents 8dd8f74 + 1028666 commit b1c5b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_chat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
android:lines="1"
android:text="@string/nc_app_product_name"
android:textColor="@color/fontAppbar"
android:textSize="22sp" />
android:textSize="18sp" />

<androidx.emoji2.widget.EmojiTextView
android:id="@+id/chat_toolbar_status_message"
Expand Down

0 comments on commit b1c5b17

Please sign in to comment.