summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-10-30 09:26:11 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-10-30 09:28:03 -0700
commit0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2 (patch)
treeb97635d11633d1e957b45b57470fe6c0c79c4239 /res
parent4d49f9a8ac86ccaf5f6f3d80dd8694310b620364 (diff)
downloadandroid_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.tar.gz
android_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.tar.bz2
android_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.zip
Deleting sample code demonstrating how to extend Launcher3
Launcher already includes Launcher3Go build flavour and we will be adding another build flavour for RecentsUI. There is no need to maintain another build which is not used anywhere. Change-Id: I9287f62691d57750460ccc9d6859c7fa11c99956
Diffstat (limited to 'res')
-rw-r--r--res/layout/zzz_weight_watcher.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/layout/zzz_weight_watcher.xml b/res/layout/zzz_weight_watcher.xml
deleted file mode 100644
index 07fd39e91..000000000
--- a/res/layout/zzz_weight_watcher.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<com.android.launcher3.testing.WeightWatcher xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />