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

Commit 16af20be authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Rename accent color and icon shape overlay.

That way there is less redundancy in the menu displaying accent color
and icon shape choices in developer settings.

Bug: 122308197
Test: make
Change-Id: I177ec1285e49f727ac9d0e424fecd84029ec8309
parent 4fd1f355
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Black accent color name application label. [CHAR LIMIT=50] -->
    <string name="accent_color_black_overlay" translatable="false">Black Accent Color</string>
    <string name="accent_color_black_overlay" translatable="false">Black</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Green accent color name application label. [CHAR LIMIT=50] -->
    <string name="accent_color_green_overlay" translatable="false">Green Accent Color</string>
    <string name="accent_color_green_overlay" translatable="false">Green</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Purple accent color name application label. [CHAR LIMIT=50] -->
    <string name="accent_color_purple_overlay" translatable="false">Purple Accent Color</string>
    <string name="accent_color_purple_overlay" translatable="false">Purple</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Rounded corner rectangle overlay -->
    <string name="icon_shape_roundedrect_overlay" translatable="false">RoundedRectangle Icons</string>
    <string name="icon_shape_roundedrect_overlay" translatable="false">Rounded Rectangle</string>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Square icon overlay -->
    <string name="icon_shape_square_overlay" translatable="false">Square Icons</string>
    <string name="icon_shape_square_overlay" translatable="false">Square</string>

</resources>
Loading