android EditText code snippets

<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

Leave a comment

Design a site like this with WordPress.com
Get started