Skip to content

Commit

Permalink
teams: smoother new message button (fixes #4974)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi38 committed Jan 9, 2025
1 parent d5a7ae3 commit f6a9b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_discussion_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/padding_normal"
android:text="@string/add_message" />
android:text="@string/add_message"
android:theme="@style/AppThemeButton"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_discussion"
android:layout_width="match_parent"
Expand Down

0 comments on commit f6a9b39

Please sign in to comment.