mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
change order/icon of public conversation creation item
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
beb7fdadba
commit
79e5c3bcaf
@ -667,12 +667,12 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
||||
|
||||
joinConversationViaLinkImageView
|
||||
.getBackground()
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
|
||||
publicCallLinkImageView
|
||||
.getBackground()
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
|
||||
disengageProgressBar();
|
||||
|
@ -62,11 +62,11 @@
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
layout="@layout/join_conversation_via_link"
|
||||
layout="@layout/conversation_privacy_toggle"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
layout="@layout/conversation_privacy_toggle"
|
||||
layout="@layout/join_conversation_via_link"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
|
@ -46,7 +46,7 @@
|
||||
android:background="@drawable/round_bgnd"
|
||||
android:contentDescription="@null"
|
||||
android:padding="@dimen/standard_half_padding"
|
||||
android:src="@drawable/ic_public_black_24px"
|
||||
android:src="@drawable/ic_contacts"
|
||||
app:tint="@color/white" />
|
||||
|
||||
<TextView
|
||||
|
@ -51,6 +51,8 @@
|
||||
|
||||
<color name="controller_chat_separator">#484848</color>
|
||||
|
||||
<color name="colorBackgroundDarker">#2C2C2C</color>
|
||||
|
||||
<!-- Chat window incoming message text & informational -->
|
||||
<color name="bg_bottom_sheet">#121212</color>
|
||||
<color name="bg_message_list_incoming_bubble">#484848</color>
|
||||
|
@ -57,6 +57,7 @@
|
||||
<color name="controller_call_incomingCallTextView">#E9FFFFFF</color>
|
||||
<color name="grey950">#111111</color>
|
||||
<color name="textColorMaxContrast">#767676</color>
|
||||
<color name="colorBackgroundDarker">#DBDBDB</color>
|
||||
|
||||
<!-- Emoji list in chat window -->
|
||||
<color name="emoji_icons">#61000000</color>
|
||||
|
Loading…
Reference in New Issue
Block a user