xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:stretchColumns="1"
    tools:context=".MainActivity" >

    
      
           
           
              android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:text="@string/username" />

         android:selectAllOnFocus="true"
        android:text="@string/username1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />
 
 
 
 
   

    
      
       
           
           
              android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:text="@string/password" />

         android:selectAllOnFocus="true"
      android:inputType="numberPassword"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />
 
 
 
 
   

    
        
        
    
           
           
              android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:text="@string/age" />

         android:selectAllOnFocus="true"
         android:inputType="number"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />
 
 
 
 
   

    
    
           
           
              android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:text="@string/age" />

         android:selectAllOnFocus="true"
         android:inputType="date"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />
 
 
 
 
   

    
     
     
    
    
           
           
              android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="16sp"
        android:text="@string/phone" />

         android:selectAllOnFocus="true"
       android:text="@string/phone1"
       android:inputType="phone"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" />