abouttreesummaryrefslogcommitdiff
path: root/res/layout/dictionary_download_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dictionary_download_item.xml')
-rw-r--r--res/layout/dictionary_download_item.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/dictionary_download_item.xml b/res/layout/dictionary_download_item.xml
new file mode 100644
index 0000000..e6dd3c6
--- /dev/null
+++ b/res/layout/dictionary_download_item.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/dictionary_download_item">
+ <TextView android:id="@+id/dictionary_download_locale" style="@style/dictionary_download_locale"/>
+ <TextView android:id="@+id/dictionary_download_size" style="@style/dictionary_download_size"/>
+ <View android:id="@+id/dictionary_download_button" style="@style/dictionary_download_button" android:background="@drawable/ic_download"/>
+</LinearLayout>