]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Format dictionary_manager_activity.xml.
authorUwe Trottmann <uwe.trottmann@gmail.com>
Tue, 14 Aug 2012 06:44:03 +0000 (08:44 +0200)
committerUwe Trottmann <uwe.trottmann@gmail.com>
Tue, 14 Aug 2012 06:44:03 +0000 (08:44 +0200)
res/layout/dictionary_manager_activity.xml

index b6f67f9b5dc06c325053a9ebdf340edcae627acd..8d35d50b4f14ec3873605feb3295c12978de4343 100644 (file)
@@ -1,10 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout 
-       xmlns:android="http://schemas.android.com/apk/res/android"
-       android:orientation="vertical" 
- android:layout_width="fill_parent"
-       android:layout_height="fill_parent">
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical" >
 
     <LinearLayout
         android:id="@+id/linearLayout1"
             android:layout_height="wrap_content"
             android:layout_weight="0"
             android:text="@string/managerFilterCheckbox" />
-
     </LinearLayout>
 
-       <ListView 
-               android:id="@id/android:list" 
-               android:layout_width="fill_parent"
-               android:layout_height="0dip" 
-               android:choiceMode="singleChoice"
-               android:clickable="true" 
-               android:focusable="true"
-    android:layout_weight="1.0"
-    />
-
-   <TextView 
-     android:id="@+id/DictionaryListHeader"
-     android:hint="@string/helpText"
-     android:layout_width="fill_parent"
-     android:layout_height="wrap_content"/>
-
-</LinearLayout>
+    <ListView
+        android:id="@id/android:list"
+        android:layout_width="fill_parent"
+        android:layout_height="0dip"
+        android:layout_weight="1.0"
+        android:choiceMode="singleChoice"
+        android:clickable="true"
+        android:focusable="true" />
+
+    <TextView
+        android:id="@+id/DictionaryListHeader"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:hint="@string/helpText" />
+
+</LinearLayout>
\ No newline at end of file