mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
replace popup button with material button
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
585f66d8ab
commit
4d6726d9cd
@ -251,7 +251,7 @@
|
|||||||
app:tint="@color/white"
|
app:tint="@color/white"
|
||||||
app:backgroundTint="@color/colorPrimary"/>
|
app:backgroundTint="@color/colorPrimary"/>
|
||||||
|
|
||||||
<com.nextcloud.ui.popupbubble.PopupBubble
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/newMentionPopupBubble"
|
android:id="@+id/newMentionPopupBubble"
|
||||||
android:theme="@style/Button.Primary"
|
android:theme="@style/Button.Primary"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -265,6 +265,7 @@
|
|||||||
android:text="@string/nc_new_mention"
|
android:text="@string/nc_new_mention"
|
||||||
app:background="@color/colorPrimary"
|
app:background="@color/colorPrimary"
|
||||||
app:cornerRadius="@dimen/button_corner_radius"
|
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>
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user