]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/downloadable_dictionary_row.xml
Using ListView again for DictionaryManager, downloads working with
[Dictionary.git] / res / layout / downloadable_dictionary_row.xml
similarity index 72%
rename from res/layout/dictionary_manager_row.xml
rename to res/layout/downloadable_dictionary_row.xml
index 175b21f7be0bcfcb1f22f693f9043d67e6a362a5..e4f59889533359b8d42de3c049e3bb3eb743a922 100644 (file)
         android:layout_height="wrap_content"
         android:orientation="horizontal" >
 
+        <LinearLayout
+            android:id="@+id/dictionaryLauncherButtons"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:orientation="horizontal"
+            android:paddingRight="5dip" >
+        </LinearLayout>
+
         <TextView
             android:id="@+id/dictionaryName"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="English-German"
-            android:textAppearance="?android:attr/textAppearanceLarge"
+            android:textAppearance="?android:attr/textAppearanceMedium"
             tools:ignore="HardcodedText" />
 
         <Button
-            android:id="@+id/dictionaryDownloadButton"
+            android:id="@+id/downloadButton"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_weight="0"
-            android:drawableLeft="@android:drawable/ic_menu_add"
+            android:drawableRight="@drawable/ic_action_download"
+            android:textAppearance="?android:attr/textAppearanceSmall"
             android:text="@string/downloadButton" />
     </LinearLayout>