mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-05 11:05:10 +01: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
|
joinConversationViaLinkImageView
|
||||||
.getBackground()
|
.getBackground()
|
||||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
||||||
PorterDuff.Mode.SRC_IN);
|
PorterDuff.Mode.SRC_IN);
|
||||||
|
|
||||||
publicCallLinkImageView
|
publicCallLinkImageView
|
||||||
.getBackground()
|
.getBackground()
|
||||||
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorPrimary, null),
|
.setColorFilter(ResourcesCompat.getColor(getResources(), R.color.colorBackgroundDarker, null),
|
||||||
PorterDuff.Mode.SRC_IN);
|
PorterDuff.Mode.SRC_IN);
|
||||||
|
|
||||||
disengageProgressBar();
|
disengageProgressBar();
|
||||||
|
@ -62,11 +62,11 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<include
|
<include
|
||||||
layout="@layout/join_conversation_via_link"
|
layout="@layout/conversation_privacy_toggle"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
layout="@layout/conversation_privacy_toggle"
|
layout="@layout/join_conversation_via_link"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
|
@ -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_public_black_24px"
|
android:src="@drawable/ic_contacts"
|
||||||
app:tint="@color/white" />
|
app:tint="@color/white" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -51,6 +51,8 @@
|
|||||||
|
|
||||||
<color name="controller_chat_separator">#484848</color>
|
<color name="controller_chat_separator">#484848</color>
|
||||||
|
|
||||||
|
<color name="colorBackgroundDarker">#2C2C2C</color>
|
||||||
|
|
||||||
<!-- Chat window incoming message text & informational -->
|
<!-- Chat window incoming message text & informational -->
|
||||||
<color name="bg_bottom_sheet">#121212</color>
|
<color name="bg_bottom_sheet">#121212</color>
|
||||||
<color name="bg_message_list_incoming_bubble">#484848</color>
|
<color name="bg_message_list_incoming_bubble">#484848</color>
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
<color name="controller_call_incomingCallTextView">#E9FFFFFF</color>
|
<color name="controller_call_incomingCallTextView">#E9FFFFFF</color>
|
||||||
<color name="grey950">#111111</color>
|
<color name="grey950">#111111</color>
|
||||||
<color name="textColorMaxContrast">#767676</color>
|
<color name="textColorMaxContrast">#767676</color>
|
||||||
|
<color name="colorBackgroundDarker">#DBDBDB</color>
|
||||||
|
|
||||||
<!-- Emoji list in chat window -->
|
<!-- Emoji list in chat window -->
|
||||||
<color name="emoji_icons">#61000000</color>
|
<color name="emoji_icons">#61000000</color>
|
||||||
|
Loading…
Reference in New Issue
Block a user