mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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
|
publicCallLinkImageView
|
||||||
.getBackground()
|
.getBackground()
|
||||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
||||||
PorterDuff.Mode.SRC_IN);
|
PorterDuff.Mode.SRC_IN);
|
||||||
|
|
||||||
disengageProgressBar();
|
disengageProgressBar();
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
android:background="@drawable/round_bgnd"
|
android:background="@drawable/round_bgnd"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:padding="@dimen/standard_half_padding"
|
android:padding="@dimen/standard_half_padding"
|
||||||
android:src="@drawable/ic_contacts"
|
android:src="@drawable/ic_add_white_24px"
|
||||||
app:tint="@color/white" />
|
app:tint="@color/white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
Reference in New Issue
Block a user