summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2014-08-12 09:08:29 -0700
committerJon Miranda <jonmiranda@google.com>2014-08-18 17:16:23 -0700
commit0b65294a7a94dd9a871bcae3a28d512df16a7b4c (patch)
tree50cec0df8117cd8979b108fb59e419b4ba30c119 /res/xml
parent0cad779d3e4d7ef361fa972e54879cd6791b467c (diff)
downloadpackages_apps_Settings-0b65294a7a94dd9a871bcae3a28d512df16a7b4c.zip
packages_apps_Settings-0b65294a7a94dd9a871bcae3a28d512df16a7b4c.tar.gz
packages_apps_Settings-0b65294a7a94dd9a871bcae3a28d512df16a7b4c.tar.bz2
Added a developer option to save attribute data.
After the checkbox for 'Enable view attribute inspection' is checked, newly constructed Views will save their attribute data. Change-Id: Ia6d150d0d9991a2341236a9d35055b811038c849
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/development_prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 2a1a5bb..807ae8b 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -86,6 +86,10 @@
android:title="@string/allow_mock_location"
android:summary="@string/allow_mock_location_summary"/>
+ <CheckBoxPreference
+ android:key="debug_view_attributes"
+ android:title="@string/debug_view_attributes" />
+
<PreferenceScreen android:key="debug_app"
android:title="@string/debug_app" />