mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
use plus icon/primary for new group conversation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
79e5c3bcaf
commit
e1ac6c2f09
@ -672,7 +672,7 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
||||
|
||||
publicCallLinkImageView
|
||||
.getBackground()
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
|
||||
disengageProgressBar();
|
||||
|
@ -46,7 +46,7 @@
|
||||
android:background="@drawable/round_bgnd"
|
||||
android:contentDescription="@null"
|
||||
android:padding="@dimen/standard_half_padding"
|
||||
android:src="@drawable/ic_contacts"
|
||||
android:src="@drawable/ic_add_white_24px"
|
||||
app:tint="@color/white" />
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user