2014年7月13日 星期日

dont know what is this yet

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center"
    android:orientation="vertical" >
   
   <TextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:text="Please enter your name"
       android:paddingLeft="10dp"
       android:paddingRight="10dp"
       />
  
   <EditText
       android:id="@+id/txtName"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:inputType="text"
       android:imeOptions="actionDone"/>
  
   <Button
       android:id="@+id/btnDone"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:text="Done"/>
  

   </LinearLayout>

沒有留言:

張貼留言