Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_DeskClock
Commits
dfd7ce1a
Commit
dfd7ce1a
authored
Oct 27, 2020
by
Romain Hunault
Browse files
Merge branch 'q_1922' into 'v1-q'
Q 1922 See merge request
!13
parents
237e1a2f
df605099
Changes
2
Hide whitespace changes
Inline
Side-by-side
Android.bp
View file @
dfd7ce1a
android_app {
name: "DeskClock",
resource_dirs: ["res"],
sdk_version: "current",
overrides: ["AlarmClock"],
srcs: [
"src/**/*.java",
"gen/**/*.java",
],
platform_apis: true,
product_specific: true,
static_libs: [
"androidx.annotation_annotation",
...
...
res/values/colors.xml
View file @
dfd7ce1a
...
...
@@ -38,6 +38,6 @@
<!-- shadowColor for widget text -->
<color
name=
"widget_shadow_color"
>
#000000
</color>
<color
name=
"accent_color"
>
#FFEB40
</color>
<color
name=
"accent_color"
>
@lineageos.platform:color/color_default_blue1
</color>
<color
name=
"secondary_color"
>
#2F378A
</color>
</resources>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment