Bug 742111 - Focus text entry boxes in Pair a Device. r=rnewman

This commit is contained in:
Chenxia Liu 2012-04-04 17:33:10 -07:00
Родитель 1e96cbb505
Коммит b7862f58b4
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,8 @@
<EditText
android:id="@+id/pair_row1"
style="@style/SyncEditPin" />
style="@style/SyncEditPin"
android:state_focused="true" />
<EditText
android:id="@+id/pair_row2"
style="@style/SyncEditPin" />