summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-06-25 19:35:49 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-19 13:47:11 -0700
commit322d55622031985c75f7e5db07964b7730a97dac (patch)
tree2948717f9a032289c45d4eefebe5aa92857101ee /res
parent8382fdc735189969ecd97097568e9e495edfe1fb (diff)
downloadandroid_packages_apps_Trebuchet-322d55622031985c75f7e5db07964b7730a97dac.tar.gz
android_packages_apps_Trebuchet-322d55622031985c75f7e5db07964b7730a97dac.tar.bz2
android_packages_apps_Trebuchet-322d55622031985c75f7e5db07964b7730a97dac.zip
Moving a few testing classes to a separate package
Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
Diffstat (limited to 'res')
-rw-r--r--res/layout/zzz_dummy_widget.xml (renamed from res/layout/dummy_widget.xml)0
-rw-r--r--res/layout/zzz_weight_watcher.xml4
-rw-r--r--res/values/config.xml3
-rw-r--r--res/values/strings.xml5
4 files changed, 4 insertions, 8 deletions
diff --git a/res/layout/dummy_widget.xml b/res/layout/zzz_dummy_widget.xml
index a0fa8fc3e..a0fa8fc3e 100644
--- a/res/layout/dummy_widget.xml
+++ b/res/layout/zzz_dummy_widget.xml
diff --git a/res/layout/zzz_weight_watcher.xml b/res/layout/zzz_weight_watcher.xml
new file mode 100644
index 000000000..07fd39e91
--- /dev/null
+++ b/res/layout/zzz_weight_watcher.xml
@@ -0,0 +1,4 @@
+<?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" />
diff --git a/res/values/config.xml b/res/values/config.xml
index 0f18dffb8..a1060b5b1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -67,9 +67,6 @@
<!-- Hotseat -->
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
- <!-- Memory debugging, including a memory dump icon -->
- <bool name="debug_memory_enabled">false</bool>
-
<!-- Name of a subclass of com.android.launcher3.AppFilter used to
filter the activities shown in the launcher. Can be empty. -->
<string name="app_filter_class" translatable="false"></string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fefadef28..7947fbd4a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -45,8 +45,6 @@
<!-- SafeMode widget error string -->
<string name="safemode_widget_error">Widgets disabled in Safe mode</string>
- <string name="toggle_weight_watcher">Show Mem</string>
-
<!-- Widgets -->
<!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
<string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
@@ -158,9 +156,6 @@
<!-- Folder name format -->
<string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
- <!-- Debug-only activity name. [DO NOT TRANSLATE] -->
- <string name="debug_memory_activity">* HPROF</string>
-
<!-- Strings for the customization mode -->
<!-- Text for widget add button -->
<string name="widget_button_text">Widgets</string>