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

Commit 7ff2ab0d authored by josephpv's avatar josephpv
Browse files

Update with latest icon in private space setup flow screens

Screenshots:
go/ss/9gaHk7iCpTVxi9S.png
go/ss/4s6vqq3RTvExK6b.png
go/ss/7uhBhrtU69E4SKv.png
go/ss/A3B98AiPBWPXtNA.png

Bug: 325043422
Test: Manual
Change-Id: I37b0707617287745239517a3113ef248f721c3f8
parent d1618f94
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (C) 2023 The Android Open Source Project
  ~ Copyright (C) 2024 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
@@ -17,11 +17,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="960"
        android:viewportHeight="960"
        android:tint="?attr/colorControlNormal">
        android:viewportWidth="24"
        android:viewportHeight="24">
<path
        android:fillColor="@android:color/white"
        android:pathData="M420,600L540,600L517,471Q537,461 548.5,442Q560,423 560,400Q560,367 536.5,343.5Q513,320 480,320Q447,320 423.5,343.5Q400,367 400,400Q400,423 411.5,442Q423,461 443,471L420,600ZM480,880Q341,845 250.5,720.5Q160,596 160,444L160,200L480,80L800,200L800,444Q800,596 709.5,720.5Q619,845 480,880ZM480,796Q584,763 652,664Q720,565 720,444L720,255L480,165L240,255L240,444Q240,565 308,664Q376,763 480,796ZM480,480Q480,480 480,480Q480,480 480,480L480,480L480,480L480,480L480,480Q480,480 480,480Q480,480 480,480Z"/>
    android:pathData="M5,3H19C20.1,3 21,3.9 21,5V19C21,20.1 20.1,21 19,21H5C3.9,21 3,20.1 3,19V5C3,3.9 3.9,3 5,3ZM13.5,15.501L12.93,12.271C13.57,11.941 14,11.271 14,10.501C14,9.401 13.1,8.501 12,8.501C10.9,8.501 10,9.401 10,10.501C10,11.271 10.43,11.941 11.07,12.271L10.5,15.501H13.5Z"
    android:fillColor="?android:attr/colorAccent"
    android:fillType="evenOdd"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:id="@+id/private_space_autoadvance_screen"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:icon="@drawable/ic_privatespace_icon">
    android:icon="@drawable/ic_private_space_icon">
    <LinearLayout style="@style/SudContentFrame"
                  android:layout_width="match_parent"
                  android:layout_height="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:filterTouchesWhenObscured="true"
    app:sucHeaderText="@string/private_space_setup_title"
    app:sudDescriptionText="@string/private_space_hide_apps_summary"
    android:icon="@drawable/ic_privatespace_icon">
    android:icon="@drawable/ic_private_space_icon">
    <ScrollView
        android:id="@+id/main_clear_scrollview"
        android:layout_width="match_parent"