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
BlissLauncher
Commits
c13b2b63
Commit
c13b2b63
authored
May 16, 2022
by
Suphon Thanakornpakapong
Browse files
Use the correct accent color for widget size slider
parent
089d3e0d
Pipeline
#185958
passed with stage
in 9 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/widgets_page.xml
View file @
c13b2b63
...
...
@@ -95,8 +95,8 @@
android:layout_marginRight=
"8dp"
android:layout_toLeftOf=
"@id/max_label"
android:layout_toEndOf=
"@id/min_label"
android:thumbTint=
"@
android:color/white
"
android:progressTint=
"@
android:color/white
"
/>
android:thumbTint=
"@
color/accent_color
"
android:progressTint=
"@
color/accent_color
"
/>
<TextView
android:id=
"@+id/max_label"
...
...
app/src/main/res/values/colors.xml
View file @
c13b2b63
...
...
@@ -33,4 +33,5 @@
<color
name=
"folder_preview_background_color"
>
#4dcbcbcb
</color>
<color
name=
"dock_background_color"
>
#26ffffff
</color>
<color
name=
"accent_color"
>
#0086FF
</color>
</resources>
Write
Preview
Supports
Markdown
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