Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
71339d93
Commit
71339d93
authored
1 year ago
by
Emma Falkiewitz
Committed by
Adrien Béraud
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jami-android/app/src/main/res/layout/item_conv_msg_me.xml
+1
-0
1 addition, 0 deletions
jami-android/app/src/main/res/layout/item_conv_msg_me.xml
jami-android/app/src/main/res/values/styles.xml
+5
-0
5 additions, 0 deletions
jami-android/app/src/main/res/values/styles.xml
with
6 additions
and
0 deletions
jami-android/app/src/main/res/layout/item_conv_msg_me.xml
+
1
−
0
View file @
71339d93
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
jami-android/app/src/main/res/values/styles.xml
+
5
−
0
View file @
71339d93
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment