Skip to content
Snippets Groups Projects
Commit 64c31fb1 authored by Jack Yoo's avatar Jack Yoo
Browse files

Trebuchet: Changing application name to Launcher3

Changing launcher name to Launcher3

Change-Id: I02e33d842d295156c4e37c6e6abf2a730f0486c3
parent 3bec7079
No related branches found
No related tags found
No related merge requests found
......@@ -41,14 +41,10 @@ LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/
# LOCAL_SDK_VERSION := 21
LOCAL_PACKAGE_NAME := Trebuchet
LOCAL_PACKAGE_NAME := Launcher3
LOCAL_PRIVILEGED_MODULE := true
#LOCAL_CERTIFICATE := shared
LOCAL_AAPT_FLAGS += --rename-manifest-package com.cyanogenmod.trebuchet
LOCAL_OVERRIDES_PACKAGES := Launcher3
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_PROGUARD_ENABLED := disabled
......
......@@ -81,7 +81,7 @@
android:allowBackup="@bool/enable_backup"
android:backupAgent="com.android.launcher3.LauncherBackupAgentHelper"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher_home"
android:icon="@drawable/launcher_home"
android:label="@string/cm_application_name"
android:largeHeap="@bool/config_largeHeap"
android:restoreAnyVersion="true"
......
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2015, The Linux Foundation. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of The Linux Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="200dp"
android:height="200dp"
android:viewportWidth="200"
android:viewportHeight="200">
<path
android:fillColor="#000000"
android:pathData="M 100 80 C 111.045694997 80 120 88.9543050034 120 100 C 120 111.045694997 111.045694997 120 100 120 C 88.9543050034 120 80 111.045694997 80 100 C 80 88.9543050034 88.9543050034 80 100 80 Z" />
<path
android:fillColor="#546E7A"
android:pathData="M146.3,173.7H54.7c-15.9,0-28.8-13-28.8-28.8V53.3c0-15.9,13-28.8,28.8-28.8h91.6
c15.9,0,28.8,13,28.8,28.8v91.6C175.1,160.7,162.1,173.7,146.3,173.7z" />
<path
android:strokeColor="#FAFAFA"
android:strokeWidth="16"
android:strokeMiterLimit="10"
android:pathData="M127.7,135H75.5c-0.6,0-1-0.4-1-1V82.6
c0-0.6,0.4-1,1-1h52.2c0.6,0,1,0.4,1,1V134C128.7,134.6,128.2,135,127.7,135z" />
<path
android:fillColor="#FAFAFA"
android:pathData="M66.9,83.6c0,0-3-5.7,7.2-14.5s21.6-19.5,21.6-19.5s5.8-5.7,11.4,0l22.5,20.2c0,0,6.9,5.7,6.9,13.9H66.9z" />
</vector>
......@@ -16,7 +16,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Application name -->
<string name="cm_application_name" translatable="false">Trebuchet</string>
<string name="cm_application_name" translatable="false">Launcher3</string>
<!-- App version -->
<string name="application_version" translatable="false">1.0</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment