android EditText code snippets
June 8, 2011 Leave a comment
<EditText android:id="@+id/EditText01" android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1" android:singleLine="true" android:password="true" android:text="Password" /> details:- for details regarding properties check the documentation. post questions in comments