summaryrefslogtreecommitdiff
path: root/android/testData/folding
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-10-09 07:57:43 -0700
committerTor Norbye <tnorbye@google.com>2013-10-09 07:59:09 -0700
commitc8be2319c4353a7750c4daaaaa19150cc8fb982c (patch)
tree106179458208aaf3ac566141b1ce97cde9f16415 /android/testData/folding
parent070351641d56757393a29abbbf460a096a3e21ab (diff)
downloadidea-c8be2319c4353a7750c4daaaaa19150cc8fb982c.tar.gz
Show quotes around dimensions in XML attributes
Additional fix for issue 60823; we should include quotes when the string is replacing an attribute value. Change-Id: I0abb139352663ba9eb3f922dd6de9a1bd4ad27b3
Diffstat (limited to 'android/testData/folding')
-rw-r--r--android/testData/folding/xmlString.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/testData/folding/xmlString.xml b/android/testData/folding/xmlString.xml
index 732ba5b5053..bfa4c5f8d6a 100644
--- a/android/testData/folding/xmlString.xml
+++ b/android/testData/folding/xmlString.xml
@@ -17,8 +17,8 @@
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"<fold text='...' expand='true'>
android:layout_width="fill_parent"
android:layout_height="match_parent"
-android:paddingLeft=<fold text='40dp' expand='false'>"@dimen/mydimen1"</fold>
-android:layout_weight=<fold text='65' expand='false'>"@integer/login_pane_width_percent"</fold>
+android:paddingLeft=<fold text='"40dp"' expand='false'>"@dimen/mydimen1"</fold>
+android:layout_weight=<fold text='"65"' expand='false'>"@integer/login_pane_width_percent"</fold>
android:orientation="horizontal">
<TextView android:layout_width="wrap_content"<fold text='...' expand='true'>
android:layout_height="wrap_content"