From 6a09c3294997dc9e3c83b8431f7b496b19670014 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 7 Aug 2013 18:33:57 -0700 Subject: First pass at Downloads storage provider. Offers a view of Downloads through the lens of DocumentsContract for surfacing in new storage UI. Change-Id: I4373c2498b4b82bfee2300a00f8d0bb734bf574c --- res/mipmap-hdpi/ic_launcher_download.png | Bin 0 -> 10593 bytes res/mipmap-mdpi/ic_launcher_download.png | Bin 0 -> 23509 bytes res/mipmap-xhdpi/ic_launcher_download.png | Bin 0 -> 32416 bytes res/mipmap-xxhdpi/ic_launcher_download.png | Bin 0 -> 21228 bytes res/values/strings.xml | 3 +++ res/xml/document_provider.xml | 19 +++++++++++++++++++ 6 files changed, 22 insertions(+) create mode 100644 res/mipmap-hdpi/ic_launcher_download.png create mode 100644 res/mipmap-mdpi/ic_launcher_download.png create mode 100644 res/mipmap-xhdpi/ic_launcher_download.png create mode 100644 res/mipmap-xxhdpi/ic_launcher_download.png create mode 100644 res/xml/document_provider.xml (limited to 'res') diff --git a/res/mipmap-hdpi/ic_launcher_download.png b/res/mipmap-hdpi/ic_launcher_download.png new file mode 100644 index 00000000..3f092d39 Binary files /dev/null and b/res/mipmap-hdpi/ic_launcher_download.png differ diff --git a/res/mipmap-mdpi/ic_launcher_download.png b/res/mipmap-mdpi/ic_launcher_download.png new file mode 100644 index 00000000..76652fb9 Binary files /dev/null and b/res/mipmap-mdpi/ic_launcher_download.png differ diff --git a/res/mipmap-xhdpi/ic_launcher_download.png b/res/mipmap-xhdpi/ic_launcher_download.png new file mode 100644 index 00000000..7d7b1b11 Binary files /dev/null and b/res/mipmap-xhdpi/ic_launcher_download.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher_download.png b/res/mipmap-xxhdpi/ic_launcher_download.png new file mode 100644 index 00000000..0921c124 Binary files /dev/null and b/res/mipmap-xxhdpi/ic_launcher_download.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 3a060e2d..2981047c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -213,4 +213,7 @@ [CHAR LIMIT=200] --> Can\'t open file + + Downloads + diff --git a/res/xml/document_provider.xml b/res/xml/document_provider.xml new file mode 100644 index 00000000..77891cbc --- /dev/null +++ b/res/xml/document_provider.xml @@ -0,0 +1,19 @@ + + + + + -- cgit v1.2.3