diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2012-08-02 12:23:05 +0530 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-19 01:06:35 +0000 |
commit | 7dcb25f19af1b09f958de211f3506042fb4407ff (patch) | |
tree | edf2c2a38e9bca2953159d3f0fdad4ebf675ae51 /res/layout-land/apps_customize_application.xml | |
parent | 348075fe8c42124911854777a8f932aec7ad2cd2 (diff) | |
download | packages_apps_trebuchet-7dcb25f19af1b09f958de211f3506042fb4407ff.zip packages_apps_trebuchet-7dcb25f19af1b09f958de211f3506042fb4407ff.tar.gz packages_apps_trebuchet-7dcb25f19af1b09f958de211f3506042fb4407ff.tar.bz2 |
Rename Launcher to Trebuchet
Launcher2 is now Trebuchet
application_name removed from localized strings and made un-translatable
com.android.launcher is now com.cyanogenmod.trebuchet
Diffstat (limited to 'res/layout-land/apps_customize_application.xml')
-rw-r--r-- | res/layout-land/apps_customize_application.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/apps_customize_application.xml b/res/layout-land/apps_customize_application.xml index ba95b27..e79ab75 100644 --- a/res/layout-land/apps_customize_application.xml +++ b/res/layout-land/apps_customize_application.xml @@ -14,9 +14,9 @@ limitations under the License. --> -<com.android.launcher2.PagedViewIcon +<com.cyanogenmod.trebuchet.PagedViewIcon xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet" style="@style/WorkspaceIcon.Landscape.AppsCustomize" |