Dialer: use ascii capable entry text so that both @ and : are available easily

This commit is contained in:
Gautier Pelloux-Prayer 2015-09-15 15:06:37 +02:00
parent 39efffe7da
commit 29fff18d6d

View file

@ -50,7 +50,7 @@
<accessibility key="accessibilityConfiguration" label="Enter an address"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="36"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="emailAddress"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="alphabet"/>
<connections>
<action selector="onAddressChange:" destination="-1" eventType="editingChanged" id="208"/>
<outlet property="delegate" destination="-1" id="190"/>