본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] SoftKeyboard action btn custom 으로 만들기

by 돼지왕 왕돼지 2014. 5. 16.
반응형


 [android] SoftKeyboard action btn custom 으로 만들기

 

[android] SoftKeyboard action btn custom 으로 만들기


https://plus.google.com/u/0/+CyrilMottier/posts/FBZrVnbUCXZ


<EditText

    android:id="@+id/password"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:imeActionId="@+id/action_sign_in"

    android:imeActionLabel="@string/sign_in_short"

    android:inputType="textPassword" />






반응형

댓글