summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-06-29 06:35:22 +0200
committerArne Coucheron <arco68@gmail.com>2017-07-02 03:24:36 +0200
commit27fcaa36f6db0825541b2be9c3875547f21f3131 (patch)
tree23743dce8e5126fc6889bcb96b83ee6af6121daa /res/values
parent28a64381b67d72fcc8b994343507ed9c5821df53 (diff)
downloadandroid_packages_apps_Trebuchet-27fcaa36f6db0825541b2be9c3875547f21f3131.tar.gz
android_packages_apps_Trebuchet-27fcaa36f6db0825541b2be9c3875547f21f3131.tar.bz2
android_packages_apps_Trebuchet-27fcaa36f6db0825541b2be9c3875547f21f3131.zip
Rebrand from Launcher3 to Trebuchet
Change-Id: If3af3a32db2281372dc1beb47e13a2ce0dc380af
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/lineageos_strings.xml21
2 files changed, 22 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index a942f0211..94c4ab7e8 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -11,7 +11,7 @@
<!-- A string pointer to the original app name string. This allows derived projects to
easily override the app name without providing all translations -->
- <string name="derived_app_name" translatable="false">@string/app_name</string>
+ <string name="derived_app_name" translatable="false">@string/lineageos_app_name</string>
<!-- DragController -->
<item type="id" name="drag_event_parity" />
diff --git a/res/values/lineageos_strings.xml b/res/values/lineageos_strings.xml
new file mode 100644
index 000000000..bbc30c371
--- /dev/null
+++ b/res/values/lineageos_strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Application name -->
+ <string name="lineageos_app_name" translatable="false">Trebuchet</string>
+
+</resources>