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 registered user laabroo ( 12 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:orientation="vertical" android:layout_width="fill_parent"
 android:layout_height="fill_parent">
 <TextView android:layout_width="fill_parent"
  android:layout_height="wrap_content" android:text="@string/hello" />
 <EditText android:id="@+id/editText1" android:layout_width="fill_parent"
  android:layout_height="wrap_content" android:hint="masukan user" />
 <EditText android:id="@+id/editText2" android:layout_width="fill_parent"
  android:layout_height="wrap_content" android:hint="masukan pass" />

 <Button android:id="@+id/login" android:layout_width="fill_parent"
  android:layout_height="wrap_content" android:text="Button" />
 <EditText android:id="@+id/editText3" android:layout_width="fill_parent"
  android:layout_height="wrap_content" />

</LinearLayout>

 

Revise this Paste

Your Name: Code Language: