]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_activity.xml
Spanish should not have different padding.
[Dictionary.git] / res / layout / dictionary_activity.xml
index 640d9749ebdc9b3c39354642a69f68d8489d8cac..3aefc7f848f54e42c3568bd1a942f0c1a6b80a83 100644 (file)
@@ -4,6 +4,8 @@
     android:layout_height="fill_parent"
     android:orientation="vertical" >
 
+    <!-- 
+    
     <LinearLayout
         android:id="@+id/SearchBarLinearLayout"
         android:layout_width="fill_parent"
             style="@style/BorderlessButton"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:padding="@dimen/default_padding"
             android:src="@drawable/ic_input_delete" />
 
-        <ImageButton
-            android:id="@+id/DownButton"
-            style="@style/BorderlessButton"
-            android:layout_width="48dp"
-            android:layout_height="48dp"
-            android:src="@drawable/arrow_down_float" />
-
-        <ImageButton
-            android:id="@+id/UpButton"
-            style="@style/BorderlessButton"
-            android:layout_width="48dp"
-            android:layout_height="48dp"
-            android:src="@drawable/arrow_up_float" />
     </LinearLayout>
 
+ -->
     <ListView
         android:id="@id/android:list"
         android:layout_width="fill_parent"