Skip to content

Commit 819b23e

Browse files
committed
Update authentication simplenote logo from separate files to color resources
1 parent b91ec8a commit 819b23e

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

Simplenote/src/main/res/drawable-night/ic_simplenote_blue_24dp.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

Simplenote/src/main/res/drawable/ic_simplenote_blue_24dp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:viewportWidth="24">
99

1010
<path
11-
android:fillColor="@color/blue"
11+
android:fillColor="@color/authentication_logo"
1212
android:pathData="M24,12c0-6.3-5-11.7-10.9-12C11.9,0,10.7,0.3,9.8,1C8.9,1.8,8.3,2.9,8.2,4.1c-0.2,2.7,2.2,4.3,4.5,5c5.6,1.6,8.9,5.6,8.6,10.5C23,17.5,24,14.9,24,12L24,12z M11.5,13.7c-5.3-1.5-8.4-5.4-8-10c0-0.1,0-0.1,0-0.2C1.3,5.7,0,8.7,0,12c0,6.3,5.1,11.8,11.1,12c1.3,0,2.6-0.3,3.6-1.2c1-0.9,1.7-2.1,1.8-3.5C16.9,15.7,13.5,14.3,11.5,13.7L11.5,13.7z" >
1313
</path>
1414

Simplenote/src/main/res/values-night/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<resources>
44

55
<!-- SEMANTIC -->
6+
<color name="authentication_logo">@color/simplenote_blue_20</color>
67
<color name="background_list_black_activated">@color/background_dark_black_8</color>
78
<color name="background_list_black_ripple">@color/background_dark_black_2</color>
89
<color name="background_list_classic_activated">@color/blue_70</color>

Simplenote/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<color name="passcodelock_prompt_text_color">@android:color/white</color>
5656

5757
<!-- SEMANTIC -->
58+
<color name="authentication_logo">@color/simplenote_blue_50</color>
5859
<color name="background_dark">@color/background_dark_1</color>
5960
<color name="background_dark_highlight">@color/background_dark_8</color>
6061
<color name="background_dark_highlight_drawer">#4d5152</color>

0 commit comments

Comments
 (0)