Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b19ba44e authored by Ray Chen's avatar Ray Chen
Browse files

Design of the VPN icon reflects the invalidated status

This change update the appearance of the icons used to
inform internet validation failures of the VPN network.

Test: manually test to verify that the VPN icon accurately reflects the
validation status of the VPN connection.
Bug: 302424768

Change-Id: I5e7172570d84e8cb0ce70320de9b2691fc4057b6
parent 14cf5944
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -16,4 +16,21 @@
** limitations under the License.
*/
-->
<shape />
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="17dp"
    android:height="17dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M12.09,9C11.11,7.5 9.43,6.5 7.5,6.5C4.46,6.5 2,8.96 2,12c0,3.04 2.46,5.5 5.5,5.5c1.93,0 3.61,-1 4.59,-2.5H14v3h4V9H12.09zM18,13hv3h-2v-3h-5.16c-0.43,1.44 -1.76,2.5 -3.34,2.5C5.57,15.5 4,13.93 4,12c0,-1.93 1.57,-3.5 3.5,-3.5c1.58,0 2.9,1.06 3.34,2.5H18V13z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M7.5,12m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M22,10h-2v8h2V10z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M22,20h-2v2h2V20z"/>
</vector>
+18 −1
Original line number Diff line number Diff line
@@ -16,4 +16,21 @@
** limitations under the License.
*/
-->
<shape />
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="17dp"
    android:height="17dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M12.09,9C11.11,7.5 9.43,6.5 7.5,6.5C4.46,6.5 2,8.96 2,12c0,3.04 2.46,5.5 5.5,5.5c1.93,0 3.61,-1 4.59,-2.5H14v3h4V9H12.09zM18,13hv3h-2v-3h-5.16c-0.43,1.44 -1.76,2.5 -3.34,2.5C5.57,15.5 4,13.93 4,12c0,-1.93 1.57,-3.5 3.5,-3.5c1.58,0 2.9,1.06 3.34,2.5H18V13z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M7.5,12m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M22,10h-2v8h2V10z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M22,20h-2v2h2V20z"/>
</vector>