Skip to content

Commit

Permalink
replace popup button with material button
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Dec 23, 2024
1 parent 3a85f14 commit 6cece1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_conversations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
app:tint="@color/white"
app:backgroundTint="@color/colorPrimary"/>

<com.nextcloud.ui.popupbubble.PopupBubble
<com.google.android.material.button.MaterialButton
android:id="@+id/newMentionPopupBubble"
android:theme="@style/Button.Primary"
android:layout_width="wrap_content"
Expand All @@ -265,6 +265,7 @@
android:text="@string/nc_new_mention"
app:background="@color/colorPrimary"
app:cornerRadius="@dimen/button_corner_radius"
app:icon="@drawable/ic_baseline_arrow_downward_24px" />
app:icon="@drawable/ic_baseline_arrow_downward_24px"
style="@style/Widget.AppTheme.Button.ElevatedButton"/>

</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit 6cece1a

Please sign in to comment.