Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2015-07-16 07:09:29 +0300
committerDaniel Schaal <daniel@schaal.email>2015-07-19 09:31:05 +0300
commitfbb4af0015ffd354388c4c237bce233a93ce1e68 (patch)
treeded2081c2f8e21b0b9298c4b1f7490f91836fcf0 /News-Android-App/src/main/res/drawable-hdpi
parent6b1eec49650748ef69a45a348e2435565f23424e (diff)
Use RecyclerView and DrawerLayout for Detail List
* Replace the ListView in the NewsReaderDetailFragment with a RecyclerView * Replace the SlidingPaneLayout with a DrawerLayout * Add a header to the DrawerLayout with the owncloud logo as a background, show the current user and owncloud url in the header * Remove the ShowcaseView submodule
Diffstat (limited to 'News-Android-App/src/main/res/drawable-hdpi')
-rw-r--r--News-Android-App/src/main/res/drawable-hdpi/ic_launcher_background.pngbin0 -> 2184 bytes
-rw-r--r--News-Android-App/src/main/res/drawable-hdpi/ic_launcher_bars.pngbin0 -> 850 bytes
-rw-r--r--News-Android-App/src/main/res/drawable-hdpi/owncloud.pngbin0 -> 69206 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_background.png b/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_background.png
new file mode 100644
index 00000000..20dd1cfc
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_bars.png b/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_bars.png
new file mode 100644
index 00000000..2243d368
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable-hdpi/ic_launcher_bars.png
Binary files differ
diff --git a/News-Android-App/src/main/res/drawable-hdpi/owncloud.png b/News-Android-App/src/main/res/drawable-hdpi/owncloud.png
new file mode 100644
index 00000000..fda1ef96
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable-hdpi/owncloud.png
Binary files differ