瀏覽代碼

use 4 spaces instead of indents

Sudhir Khanger 9 年之前
父節點
當前提交
86a97bf6c3
共有 1 個文件被更改,包括 3 次插入3 次删除
  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>