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

Commit e7539e9b authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating the icon shape override options

> Removing rounded rect and cylinder
> Adding tear drop shape
> Updating the label for default setting

Bug: 38216026
Change-Id: Ie31baef1171a78e2d95c617ef8fa8c669dd7c817
parent 0270039b
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -18,20 +18,18 @@
    <string-array name="icon_shape_override_paths_values">
        <item></item>
        <item translatable="false">M50,0L100,0 100,100 0,100 0,0z</item>
        <item translatable="false">M50,0L80,0 A20,20,0,0 1 100,20 L100,80 A20,20,0,0 1 80,100 L20,100 A20,20,0,0 1 0,80 L 0,20 A20,20,0,0 1 20,0z</item>
        <item translatable="false">M50,0 C10,0 0,10 0,50 0,90 10,100 50,100 90,100 100,90 100,50 100,10 90,0 50,0 Z</item>
        <item translatable="false">M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</item>
        <item translatable="false">M50,0A50,30 0,0,1 100,30V70A50,30 0,0,1 0,70V30A50,30 0,0,1 50,0z</item>
        <item translatable="false">M50,0A50,50,0,0 1 100,50 L100,85 A15,15,0,0 1 85,100 L50,100 A50,50,0,0 1 50,0z</item>
    </string-array>

    <string-array name="icon_shape_override_paths_names">
        <!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
        <item>@string/icon_shape_no_override</item>
        <item>@string/icon_shape_system_default</item>
        <item translatable="false">Square</item>
        <item translatable="false">Rounded corner rect</item>
        <item translatable="false">Squircle</item>
        <item translatable="false">Circle</item>
        <item translatable="false">Cylinder</item>
        <item translatable="false">Teardrop</item>
    </string-array>
<!-- DragController -->
    <item type="id" name="drag_event_parity" />
+2 −2
Original line number Diff line number Diff line
@@ -180,8 +180,8 @@

    <!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
    <string name="icon_shape_override_label">Change icon shape</string>
    <!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
    <string name="icon_shape_no_override">Do not change</string>
    <!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
    <string name="icon_shape_system_default">Use system default</string>
    <!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
    <string name="icon_shape_override_progress">Applying icon shape changes</string>