From: Thad Hughes Date: Tue, 24 Dec 2013 22:07:54 +0000 (-0800) Subject: Using ListView again for DictionaryManager, downloads working with X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=b0c56efc2f415f82e717b59c7aa2218785bf02f0 Using ListView again for DictionaryManager, downloads working with DownloadManager, filtering working again. --- diff --git a/res/drawable-hdpi/ic_action_download.png b/res/drawable-hdpi/ic_action_download.png new file mode 100644 index 0000000..1f3d065 Binary files /dev/null and b/res/drawable-hdpi/ic_action_download.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 288b665..0000000 Binary files a/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_action_download.png b/res/drawable-mdpi/ic_action_download.png new file mode 100644 index 0000000..c2ead0c Binary files /dev/null and b/res/drawable-mdpi/ic_action_download.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 6ae570b..0000000 Binary files a/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_action_download.png b/res/drawable-xhdpi/ic_action_download.png new file mode 100644 index 0000000..38a3aee Binary files /dev/null and b/res/drawable-xhdpi/ic_action_download.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index d4fb7cd..0000000 Binary files a/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_action_download.png b/res/drawable-xxhdpi/ic_action_download.png new file mode 100644 index 0000000..ef7785a Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_download.png differ diff --git a/res/layout/dictionaries_on_device_header_row.xml b/res/layout/dictionaries_on_device_header_row.xml new file mode 100644 index 0000000..eb60d4e --- /dev/null +++ b/res/layout/dictionaries_on_device_header_row.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/dictionary_on_device_row.xml b/res/layout/dictionaries_on_device_row.xml similarity index 100% rename from res/layout/dictionary_on_device_row.xml rename to res/layout/dictionaries_on_device_row.xml diff --git a/res/layout/dictionary_manager_activity.xml b/res/layout/dictionary_manager_activity.xml index 95164c8..790f7f8 100644 --- a/res/layout/dictionary_manager_activity.xml +++ b/res/layout/dictionary_manager_activity.xml @@ -5,77 +5,14 @@ android:layout_height="fill_parent" android:orientation="vertical" > - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/res/layout/downloadable_dictionaries_header_row.xml b/res/layout/downloadable_dictionaries_header_row.xml new file mode 100644 index 0000000..b5c5368 --- /dev/null +++ b/res/layout/downloadable_dictionaries_header_row.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/dictionary_manager_row.xml b/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 175b21f..e4f5988 100644 --- a/res/layout/dictionary_manager_row.xml +++ b/res/layout/downloadable_dictionary_row.xml @@ -10,21 +10,29 @@ android:layout_height="wrap_content" android:orientation="horizontal" > + + +