「Android開発」画面起動後にフォーカスを当てるrequestFocusを設定するサンプルコード
サンプルコード
<EditText id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="0″
android:paddingBottom="4″>
<requestFocus />
</EditText>
Coding Changes the World
サンプルコード
<EditText id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="0″
android:paddingBottom="4″>
<requestFocus />
</EditText>