Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
45cfac3a
Commit
45cfac3a
authored
5 months ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Make shadow a bit lighter
parent
db2ce910
master
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/restore_previous_release_ringtone_player
fix/telecom_default_audio_endpoint
release/6.0
6.1.0-alpha
6.0.0
6.0.0-beta
1 merge request
!1529
Make shadow a bit lighter
Pipeline
#83280
passed with stages
in 19 minutes and 7 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/res/values/colors.xml
+1
-1
app/src/main/res/values/colors.xml
with
1 addition
and
1 deletion
app/src/main/res/values/colors.xml
+
1
−
1
View file @
45cfac3a
...
...
@@ -4,7 +4,7 @@
<color
name=
"black"
>
#000000
</color>
<color
name=
"white"
>
#FFFFFF
</color>
<color
name=
"dialog_background"
>
#99000000
</color>
<!-- 60% opacity -->
<color
name=
"shadow"
>
#
3
0000000
</color>
<color
name=
"shadow"
>
#
1
0000000
</color>
<color
name=
"orange_main_100"
>
#FFEACB
</color>
<color
name=
"orange_main_100_alpha_50"
>
#80FFEACB
</color>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets