Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as XML by Yunus ( 12 years ago )
<RelativeLayout
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/my_shape_file"
                    android:orientation="horizontal"
                    android:padding="0dp" >

                    <EditText
                        android:id="@+login/txtPassword"
                        android:layout_width="fill_parent"
                        android:layout_height="40dp"
                        android:background="@drawable/my_shape_file"
                        android:hint="Password"
                        android:paddingLeft="20dp"
                        android:password="true"
                        android:paddingBottom="0dp"
                        android:singleLine="true"
                        android:textSize="13sp" >
                    </EditText>

                    <ImageView
                        android:id="@+login/imgForgotPWD"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="8dp"
                        android:layout_centerVertical="true"
                        android:layout_alignParentRight="true"
                        android:padding="0dp"
                        android:src="@drawable/forgotpwd" >
                    </ImageView>
                </RelativeLayout>

 

Revise this Paste

Your Name: Code Language: