packages/apps/Settings
Revisão | f8335cc756aa5f10ea105a014a8854718f029ea0 (tree) |
---|---|
Hora | 2018-05-31 14:50:53 |
Autor | Tom Marshall <tdm@cyng...> |
Commiter | ShevT |
settings: wifi: Default to numeric keyboard for static IP items
CYAN-7646
Change-Id: Ibc02cdcc863d2ae373b24bcfd5b97bf63de99222
@@ -489,7 +489,7 @@ | ||
489 | 489 | style="@style/wifi_item_edit_content" |
490 | 490 | android:singleLine="true" |
491 | 491 | android:hint="@string/wifi_ip_address_hint" |
492 | - android:inputType="textNoSuggestions" /> | |
492 | + android:inputType="phone" /> | |
493 | 493 | </LinearLayout> |
494 | 494 | |
495 | 495 | <LinearLayout |
@@ -508,7 +508,7 @@ | ||
508 | 508 | style="@style/wifi_item_edit_content" |
509 | 509 | android:singleLine="true" |
510 | 510 | android:hint="@string/wifi_gateway_hint" |
511 | - android:inputType="textNoSuggestions" /> | |
511 | + android:inputType="phone" /> | |
512 | 512 | </LinearLayout> |
513 | 513 | |
514 | 514 | <LinearLayout |
@@ -545,7 +545,7 @@ | ||
545 | 545 | style="@style/wifi_item_edit_content" |
546 | 546 | android:singleLine="true" |
547 | 547 | android:hint="@string/wifi_dns1_hint" |
548 | - android:inputType="textNoSuggestions" /> | |
548 | + android:inputType="phone" /> | |
549 | 549 | </LinearLayout> |
550 | 550 | |
551 | 551 | <LinearLayout |
@@ -564,7 +564,7 @@ | ||
564 | 564 | style="@style/wifi_item_edit_content" |
565 | 565 | android:singleLine="true" |
566 | 566 | android:hint="@string/wifi_dns2_hint" |
567 | - android:inputType="textNoSuggestions" /> | |
567 | + android:inputType="phone" /> | |
568 | 568 | </LinearLayout> |
569 | 569 | </LinearLayout> |
570 | 570 |