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

Commit 4278f47f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename accent color and icon shape overlay."

parents d59bfa45 16af20be
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