Bug 739906 - Auto-correct should be disabled in the advanced sync setup dialog. r=rnewman

This commit is contained in:
Chenxia Liu 2012-06-05 19:35:22 -04:00
parent e13adf476e
commit 7bbb00b53d

View File

@ -43,6 +43,7 @@
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:singleLine">true</item>
<item name="android:inputType">textNoSuggestions</item>
</style>
<style name="SyncEditPin" parent="@style/SyncEditItem">
<item name="android:layout_width">wrap_content</item>