diff options
author | Scott Kennedy <skennedy@google.com> | 2014-08-09 00:44:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-09 00:44:34 +0000 |
commit | 58a23da6e0d6531316e53ecf2e7a530ec4c9f17c (patch) | |
tree | 5f8bced8a537ea34ce7a819034c26ec5eb83f6e7 /res | |
parent | 9b166209d723ed996243de5d89b489f3992daf0e (diff) | |
parent | 4e2adeac9c977646735d2aff5787bf0ab0499322 (diff) | |
download | android_frameworks_opt_chips-58a23da6e0d6531316e53ecf2e7a530ec4c9f17c.tar.gz android_frameworks_opt_chips-58a23da6e0d6531316e53ecf2e7a530ec4c9f17c.tar.bz2 android_frameworks_opt_chips-58a23da6e0d6531316e53ecf2e7a530ec4c9f17c.zip |
am 4e2adeac: Remove instance of @+android:id/...
* commit '4e2adeac9c977646735d2aff5787bf0ab0499322':
Remove instance of @+android:id/...
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/copy_chip_dialog_layout.xml | 2 |
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"/> |