]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_activity.xml
Faster multi search, exact search, moved Normalization around.
[Dictionary.git] / res / layout / dictionary_activity.xml
index 1afaa70559d2c5b2d0eee3c109948e4179293192..de5ae67c04291cbf0f63024c0a15e803bba5b3db 100644 (file)
@@ -23,7 +23,7 @@
                                
       <Button 
         android:id="@+id/ClearSearchTextButton"
-        android:drawableLeft="@+drawable/ic_input_delete"
+        android:drawableLeft="@drawable/ic_input_delete"
         android:background="#00000000"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
                                android:id="@+id/LangButton"
                                android:text=""
                                android:minWidth="50dip"
+        android:maxLines="1"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                />
                                
                        <Button
                    android:id="@+id/DownButton"
-        android:drawableLeft="@+drawable/arrow_down_float"
+        android:drawableLeft="@drawable/arrow_down_float"
         android:background="#00000000"
         android:minWidth="30dip" 
         android:minHeight="30dip"
@@ -49,7 +50,7 @@
                                
                        <Button 
                                android:id="@+id/UpButton"
-        android:drawableLeft="@+drawable/arrow_up_float"
+        android:drawableLeft="@drawable/arrow_up_float"
         android:background="#00000000"
         android:minWidth="30dip"
         android:minHeight="30dip"
@@ -71,6 +72,6 @@
   <TextView android:id="@android:id/empty"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:text="@+string/noSearchResults"/>
+    android:text="@string/noSearchResults"/>
 
 </LinearLayout>