]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_manager_row.xml
Put language buttons in Layout for better performance.
[Dictionary.git] / res / layout / dictionary_manager_row.xml
index 365e1f48c5b2359fce5af711168e480fc64a2171..8889d45d6357ee37865926e0f495d8a9f383a3e0 100644 (file)
             android:layout_height="wrap_content"
             android:orientation="horizontal"
             android:paddingRight="5dip" >
+            <Button android:layout_width="60dip" android:layout_height="40dip" />
+            <ImageButton android:layout_width="60dip" android:layout_height="40dip" />
+            <Button android:layout_width="60dip" android:layout_height="40dip" />
+            <ImageButton android:layout_width="60dip" android:layout_height="40dip" />
         </LinearLayout>
 
         <!--
-        http://stackoverflow.com/questions/11243867/android-last-line-of-textview-cut-off 
+        http://stackoverflow.com/questions/11243867/android-last-line-of-textview-cut-off
          -->
         <TextView
             android:id="@+id/dictionaryName"
@@ -49,4 +53,4 @@
         android:textAppearance="?android:attr/textAppearanceSmall"
         tools:ignore="HardcodedText" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>