mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
unify text-colors for messages in chat
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
5aa28e4477
commit
8eafd0a163
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="16dp"
|
||||||
@ -47,7 +48,8 @@
|
|||||||
android:layout_alignWithParentIfMissing="true"
|
android:layout_alignWithParentIfMissing="true"
|
||||||
android:lineSpacingMultiplier="1.2"
|
android:lineSpacingMultiplier="1.2"
|
||||||
android:textColorHighlight="@color/nc_grey"
|
android:textColorHighlight="@color/nc_grey"
|
||||||
android:textIsSelectable="true" />
|
android:textIsSelectable="true"
|
||||||
|
tools:text="Talk to ayou later!" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@id/messageTime"
|
android:id="@id/messageTime"
|
||||||
@ -55,7 +57,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/messageText"
|
android:layout_below="@id/messageText"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
app:layout_alignSelf="center" />
|
app:layout_alignSelf="center"
|
||||||
|
tools:text="10:35" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/checkMark"
|
android:id="@+id/checkMark"
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
<color name="controller_chat_separator">#484848</color>
|
<color name="controller_chat_separator">#484848</color>
|
||||||
|
|
||||||
<!-- Chat window incoming message text & informational -->
|
<!-- Chat window incoming message text & informational -->
|
||||||
<color name="nc_incoming_text_default">#D8D8D8</color>
|
|
||||||
<color name="nc_grey">@android:color/holo_purple</color>
|
<color name="nc_grey">@android:color/holo_purple</color>
|
||||||
<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>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<!-- Text color of sent messages -->
|
<!-- Text color of sent messages -->
|
||||||
<color name="nc_outcoming_text_default">#FFFFFF</color>
|
<color name="nc_outcoming_text_default">#FFFFFF</color>
|
||||||
<!-- Text color of received messages -->
|
<!-- Text color of received messages -->
|
||||||
<color name="nc_incoming_text_default">#37505D</color>
|
<color name="nc_incoming_text_default">@color/high_emphasis_text</color>
|
||||||
|
|
||||||
<!-- Name of person or group for the chat conversation -->
|
<!-- Name of person or group for the chat conversation -->
|
||||||
<color name="conversation_item_header">@color/high_emphasis_text</color>
|
<color name="conversation_item_header">@color/high_emphasis_text</color>
|
||||||
|
Loading…
Reference in New Issue
Block a user