🔒 Closed Pa help mga dev. pasok please

Status
Not open for further replies.

Mult0

Established
Paano gawing autohide yung lagayan ng username at pass sa vpn. Ayaw kasi ma hide pag e press na ang connect. Ito po yung xml code ko.

Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <EditText
        android:textColor="#ffff0000"
        android:id="@id/username"
        android:background="#00000000"
        android:layout_width="fill_parent"
        android:layout_height="35.0dip"
        android:layout_marginLeft="10.0dip"
        android:layout_marginTop="5.0dip"
        android:layout_marginRight="10.0dip"
        android:hint="Username"
        android:ems="10"
        android:inputType="textMultiLine"/>

    <View
        android:background="?android:dividerVertical"
        android:layout_width="fill_parent"
        android:layout_height="3.0dip"
        android:layout_marginLeft="10.0dip"
        android:layout_marginTop="-5.0dip"
        android:layout_marginRight="10.0dip"/>

    <EditText
        android:textColor="#ffff0000"
        android:id="@id/password"
        android:background="#00000000"
        android:layout_width="fill_parent"
        android:layout_height="35.0dip"
        android:layout_marginLeft="10.0dip"
        android:layout_marginRight="10.0dip"
        android:hint="Password"
        android:ems="10"
        android:inputType="textPassword"/>

    <View
        android:background="?android:dividerVertical"
        android:layout_width="fill_parent"
        android:layout_height="3.0dip"
        android:layout_marginLeft="10.0dip"
        android:layout_marginTop="-5.0dip"
        android:layout_marginRight="10.0dip"/>

    <CheckBox
        android:id="@id/password_save"
        android:layout_width="fill_parent"
        android:layout_height="20.0dip"
        android:layout_marginLeft="10.0dip"
        android:layout_marginTop="5.0dip"
        android:layout_marginRight="10.0dip"
        android:layout_marginBottom="10.0dip"
        android:text="SAVE"/>

</LinearLayout>
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 785
    Views
  • 3
    Participants
Last reply from:
Legtamic

Trending Topics

Online now

Members online
449
Guests online
1,780
Total visitors
2,229

Forum statistics

Threads
2,315,309
Posts
29,182,038
Members
1,183,524
Latest member
rrrerrr445
Back
Top