Browse Source

use 4 spaces instead of indents

Sudhir Khanger 9 years ago
parent
commit
86a97bf6c3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      res/layout/edit_box_dialog.xml

+ 3 - 3
res/layout/edit_box_dialog.xml

@@ -27,7 +27,7 @@
         android:id="@+id/user_input"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:ems="10" 
-		android:inputType="textNoSuggestions|textCapSentences"/>
-    
+        android:ems="10"
+        android:inputType="textNoSuggestions|textCapSentences"/>
+
 </LinearLayout>