summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2017-05-02 15:52:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-02 15:52:23 +0000
commitc385ccb2e42a97511c5de764ace8debb54a59f23 (patch)
treea05b2959712a39ef21d78e9e93bc67da066af2c6
parente8734ec48c7c5fe5e4f1fbf0f404d96138971989 (diff)
parent6e2471b3590f6c150680c19256dff5ca33f430ec (diff)
downloadchips-c385ccb2e42a97511c5de764ace8debb54a59f23.tar.gz
Merge "Fix opt/chips for AAPT2" into oc-dev am: 41b062f673
am: 6e2471b359 Change-Id: I881efec0237076563cb46cc9ebb5952127223e2d
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6c5da7d..60536ac 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
- <style name="RecipientEditTextViewBase" parent="@android:attr/autoCompleteTextViewStyle">
+ <style name="RecipientEditTextViewBase">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@null</item>