diff --git a/RELEASES.md b/RELEASES.md index e066e03964..d79b333272 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,6 +6,10 @@ This file is meant as an easy way for us to collate notes and change logs across ### Release Notes +#### What's New + +- The refresh and notifications icons in the Connect action bar have been updated to a new look. + #### Important Bug Fixes - During PersonalID sign-up, the OTP request will automatically fall back to Twilio if Firebase encounters an unrecoverable error—without requiring the user to tap 'Resend Code'. diff --git a/app/res/drawable/ic_backup.xml b/app/res/drawable/ic_backup.xml deleted file mode 100644 index ec0b3c4ab8..0000000000 --- a/app/res/drawable/ic_backup.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/res/drawable/ic_bell.xml b/app/res/drawable/ic_bell.xml index e06a4b659a..30f0d598d1 100644 --- a/app/res/drawable/ic_bell.xml +++ b/app/res/drawable/ic_bell.xml @@ -1,9 +1,11 @@ + + - + diff --git a/app/res/drawable/ic_new_notification_bell.xml b/app/res/drawable/ic_new_notification_bell.xml index 99e1b9f2bb..f4147ace4c 100644 --- a/app/res/drawable/ic_new_notification_bell.xml +++ b/app/res/drawable/ic_new_notification_bell.xml @@ -1,19 +1,11 @@ + + - - - - - + android:pathData="M11.9983,21.6923q-0.7463,0,-1.276,-0.531,-0.53,-0.531,-0.53,-1.2768h3.6155q0,0.7483,-0.5315,1.278,-0.5315,0.5298,-1.278,0.5298ZM4.5,18.8845v-1.4998h1.8078v-7.4618q0,-2.0173,1.2453,-3.5673,1.245,-1.55,3.197,-1.9828V3.75q0,-0.5207,0.3643,-0.8855Q11.4785,2.5,11.9988,2.5q0.5205,0,0.8858,0.3645Q13.25,3.2292,13.25,3.75v0.2q-0.2462,0.4443,-0.3905,0.9038,-0.1442,0.4598,-0.1768,0.954,-0.1708,-0.0307,-0.333,-0.054,-0.162,-0.023,-0.3498,-0.023,-1.7365,0,-2.9645,1.228,-1.2278,1.2278,-1.2278,2.9642v7.4618h8.3845v-6.252q0.3443,0.123,0.727,0.1923,0.3828,0.0693,0.773,0.0598v6H19.5v1.4998H4.5ZM17.4817,9.202q-1.1453,0,-1.948,-0.8018,-0.803,-0.8018,-0.803,-1.9473,0,-1.1453,0.8018,-1.9483,0.8018,-0.8028,1.947,-0.8028,1.1455,0,1.9483,0.8018,0.803,0.8018,0.803,1.947,0,1.1455,-0.8018,1.9483,-0.8018,0.803,-1.9473,0.803Z" + android:fillColor="#FFFFFF" /> diff --git a/app/res/drawable/ic_sync.xml b/app/res/drawable/ic_sync.xml new file mode 100644 index 0000000000..1cab7ad74c --- /dev/null +++ b/app/res/drawable/ic_sync.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/app/res/menu/menu_connect.xml b/app/res/menu/menu_connect.xml index 2d4a6357ec..cb1d508ea9 100644 --- a/app/res/menu/menu_connect.xml +++ b/app/res/menu/menu_connect.xml @@ -2,16 +2,17 @@ + + - diff --git a/app/res/menu/menu_notification.xml b/app/res/menu/menu_notification.xml index d6ea03a466..dc18bb59b9 100644 --- a/app/res/menu/menu_notification.xml +++ b/app/res/menu/menu_notification.xml @@ -4,7 +4,7 @@ diff --git a/app/res/menu/menu_work_history.xml b/app/res/menu/menu_work_history.xml index 4690a2d269..f0dd7c970d 100644 --- a/app/res/menu/menu_work_history.xml +++ b/app/res/menu/menu_work_history.xml @@ -4,7 +4,7 @@ android:id="@+id/cloud_sync" android:title="@string/personalid_work_history_sync" android:contentDescription="@string/personalid_work_history_sync" - android:icon="@drawable/ic_backup" + android:icon="@drawable/ic_sync" app:iconTint="@color/white" app:showAsAction="always"/> diff --git a/app/res/values/colors.xml b/app/res/values/colors.xml index 9843e7b6bd..6f27631aa8 100644 --- a/app/res/values/colors.xml +++ b/app/res/values/colors.xml @@ -195,7 +195,6 @@ #CC000000 #9CA3AF - #14006C #333333 #99A1AF #9196DB