summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-08-08 17:39:16 -0700
committerScott Kennedy <skennedy@google.com>2014-08-08 17:39:16 -0700
commit4e2adeac9c977646735d2aff5787bf0ab0499322 (patch)
tree9de22073a38842c0df49b15e8ae179716191ee8c
parent21386e34def33022f8eb7389cc18f9e02256af8c (diff)
downloadandroid_frameworks_opt_chips-4e2adeac9c977646735d2aff5787bf0ab0499322.tar.gz
android_frameworks_opt_chips-4e2adeac9c977646735d2aff5787bf0ab0499322.tar.bz2
android_frameworks_opt_chips-4e2adeac9c977646735d2aff5787bf0ab0499322.zip
Remove instance of @+android:id/...
Change-Id: Iaa1876d4e761b35e7614fe0449a453075614f331
-rw-r--r--res/layout/copy_chip_dialog_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/copy_chip_dialog_layout.xml b/res/layout/copy_chip_dialog_layout.xml
index f131626..c7cc490 100644
--- a/res/layout/copy_chip_dialog_layout.xml
+++ b/res/layout/copy_chip_dialog_layout.xml
@@ -18,6 +18,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/copy_email"
- android:id="@+android:id/button1"
+ android:id="@android:id/button1"
android:background="@null"
android:layout_gravity="left"/>