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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
686dc288
Commit
686dc288
authored
Nov 6, 2023
by
Emma Falkiewitz
Committed by
Pierre Nicolas
Nov 8, 2023
Browse files
Options
Downloads
Patches
Plain Diff
chatView: change color bubble
GitLab:
#1382
Change-Id: Ia41cf9ae2a73230472f7448c90a47404e0dd4a31
parent
8351f69d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
jami-android/app/src/main/res/values-night/colors.xml
+1
-2
1 addition, 2 deletions
jami-android/app/src/main/res/values-night/colors.xml
jami-android/app/src/main/res/values/colors.xml
+2
-2
2 additions, 2 deletions
jami-android/app/src/main/res/values/colors.xml
with
3 additions
and
4 deletions
jami-android/app/src/main/res/values-night/colors.xml
+
1
−
2
View file @
686dc288
...
@@ -16,8 +16,7 @@
...
@@ -16,8 +16,7 @@
<color
name=
"text_color_primary_dark"
>
@color/abc_primary_text_material_dark
</color>
<color
name=
"text_color_primary_dark"
>
@color/abc_primary_text_material_dark
</color>
<color
name=
"text_color_secondary_dark"
>
@color/abc_primary_text_material_light
</color>
<color
name=
"text_color_secondary_dark"
>
@color/abc_primary_text_material_light
</color>
<color
name=
"conversation_primary_background"
>
@color/blue_600
</color>
<color
name=
"conversation_secondary_background"
>
#515151
</color>
<color
name=
"conversation_secondary_background"
>
@color/grey_700
</color>
<!-- TwoButton EditText -->
<!-- TwoButton EditText -->
<color
name=
"edit_text_background"
>
#2e2e2e
</color>
<color
name=
"edit_text_background"
>
#2e2e2e
</color>
...
...
This diff is collapsed.
Click to expand it.
jami-android/app/src/main/res/values/colors.xml
+
2
−
2
View file @
686dc288
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
<color
name=
"text_color_primary_dark"
>
@color/abc_primary_text_material_dark
</color>
<color
name=
"text_color_primary_dark"
>
@color/abc_primary_text_material_dark
</color>
<color
name=
"text_color_secondary_dark"
>
@color/abc_secondary_text_material_dark
</color>
<color
name=
"text_color_secondary_dark"
>
@color/abc_secondary_text_material_dark
</color>
<color
name=
"conversation_primary_background"
>
@color/blue_600
</color>
<color
name=
"conversation_primary_background"
>
#005699
</color>
<color
name=
"conversation_secondary_background"
>
@color/grey_200
</color>
<color
name=
"conversation_secondary_background"
>
#E5E5E5
</color>
<color
name=
"conversation_primary_selection"
>
@color/grey_700
</color>
<color
name=
"conversation_primary_selection"
>
@color/grey_700
</color>
<color
name=
"conversation_primary_selection_handles"
>
@color/blue_grey_500
</color>
<color
name=
"conversation_primary_selection_handles"
>
@color/blue_grey_500
</color>
...
...
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