Skip to content
Snippets Groups Projects
Commit 71339d93 authored by Emma Falkiewitz's avatar Emma Falkiewitz Committed by Adrien Béraud
Browse files

linkColor: update the link color in the messages

GitLab: #1570
Change-Id: I1363cdfcd305bf5b08895dac2a8d844fedf33832
parent 4dcff545
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ along with this program; if not, write to the Free Software
android:paddingHorizontal="10dp"
android:paddingVertical="5dp"
android:textColor="@color/text_color_primary_dark"
android:theme="@style/OutgoingTextView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:edited="true"
......
......@@ -19,6 +19,9 @@
<!--swarm id in detail contact of a conversation and subtitles in settings-->
<item name="android:textColorSecondary">@color/colorOnSecondaryContainer</item>
<!--Incoming text color link-->
<item name="android:textColorLink">@color/colorOnSurface</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryVariant">@color/colorSecondary</item>
<item name="colorOnPrimary">@color/background</item>
......@@ -385,8 +388,10 @@
<style name="AppTheme.PopupOverlay" parent="AppTheme" />
<!--For incoming textView the text color used is defined in AppThemeBase-->
<style name="OutgoingTextView">
<item name="colorControlActivated">@color/conversation_primary_selection_handles</item>
<item name="android:textColorLink">@color/text_color_primary_dark</item>
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment