summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-12-27 06:30:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-12-27 06:30:39 +0000
commit3446fb65c4f2346bf87ffdb62f3afb594f42c03d (patch)
tree24d9c56b8eb90a3987da09d887145a913cb00eab /res/values/strings.xml
parent79e70c3a82d48b818416227625a4165abe5d480e (diff)
parent339a311d99c62cdacda7f73da61128aadbc70513 (diff)
downloadandroid_packages_apps_Trebuchet-3446fb65c4f2346bf87ffdb62f3afb594f42c03d.tar.gz
android_packages_apps_Trebuchet-3446fb65c4f2346bf87ffdb62f3afb594f42c03d.tar.bz2
android_packages_apps_Trebuchet-3446fb65c4f2346bf87ffdb62f3afb594f42c03d.zip
Merge "Cleanup strings for iconoverride" into ub-launcher3-master
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 09e628e1e..a1089c66a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -207,24 +207,6 @@
<!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
<string name="auto_add_shortcuts_description">For new apps</string>
- <!-- Developer setting to change the shape of icons on home screen. -->
- <string name="icon_shape_override_label" translatable="false">Change icon shape</string>
- <!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen -->
- <string name="icon_shape_override_label_location" translatable="false">on Home screen</string>
- <!-- Option to not change the icon shape on home screen and use the system default setting instead. -->
- <string name="icon_shape_system_default" translatable="false">Use system default</string>
- <!-- Option to change the shape of the home screen icons to a square. -->
- <string name="icon_shape_square" translatable="false">Square</string>
- <!-- Option to change the shape of the home screen icons to a squircle. This represents the name of the shape somewhere between a circle and a square. -->
- <string name="icon_shape_squircle" translatable="false">Squircle</string>
- <!-- Option to change the shape of the home screen icons to a circle. -->
- <string name="icon_shape_circle" translatable="false">Circle</string>
- <!-- Option to change the shape of the home screen icons to a teardrop. This represents the name of the shape similar to a circle with with the bottom right corner pushed out like a square -->
- <string name="icon_shape_teardrop" translatable="false">Teardrop</string>
-
- <!-- Message shown in the progress dialog when the icon shape override is being applied -->
- <string name="icon_shape_override_progress" translatable="false">Applying icon shape changes</string>
-
<!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
<string name="package_state_unknown">Unknown</string>