Browse Source

code reformat

Sudhir Khanger 9 years ago
parent
commit
2cc56ebed3
1 changed files with 2 additions and 5 deletions
  1. 2 5
      res/layout/edit_box_dialog.xml

+ 2 - 5
res/layout/edit_box_dialog.xml

@@ -28,9 +28,6 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:ems="10" 
-		android:inputType="textNoSuggestions|textCapSentences"
-		>
-
-    </EditText>
-
+		android:inputType="textNoSuggestions|textCapSentences"/>
+    
 </LinearLayout>