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:
authorDavid Luhmer <david-dev@live.de>2019-11-27 23:15:13 +0300
committerGitHub <noreply@github.com>2019-11-27 23:15:13 +0300
commit1076a0a52220d08c972ba878c180eaa4dace6abd (patch)
tree3db3595fb3b8df3af19085715a3edf730e4360c2 /News-Android-App/src/main/res/drawable
parentbe67936ad6a77a1582e67c53786c8b0def410265 (diff)
parent0abca8cc87b16d430eaa065f84bf6d7781968e39 (diff)
Merge pull request #791 from nextcloud/implement-incognito-mode
Implement incognito mode
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rwxr-xr-xNews-Android-App/src/main/res/drawable/incognito.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/drawable/incognito.xml b/News-Android-App/src/main/res/drawable/incognito.xml
new file mode 100755
index 00000000..2ecfa742
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable/incognito.xml
@@ -0,0 +1,8 @@
+<!-- drawable/incognito.xml -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path android:fillColor="#000" android:pathData="M12,3C9.31,3 7.41,4.22 7.41,4.22L6,9H18L16.59,4.22C16.59,4.22 14.69,3 12,3M12,11C9.27,11 5.39,11.54 5.13,11.59C4.09,11.87 3.25,12.15 2.59,12.41C1.58,12.75 1,13 1,13H23C23,13 22.42,12.75 21.41,12.41C20.75,12.15 19.89,11.87 18.84,11.59C18.84,11.59 14.82,11 12,11M7.5,14A3.5,3.5 0 0,0 4,17.5A3.5,3.5 0 0,0 7.5,21A3.5,3.5 0 0,0 11,17.5C11,17.34 11,17.18 10.97,17.03C11.29,16.96 11.63,16.9 12,16.91C12.37,16.91 12.71,16.96 13.03,17.03C13,17.18 13,17.34 13,17.5A3.5,3.5 0 0,0 16.5,21A3.5,3.5 0 0,0 20,17.5A3.5,3.5 0 0,0 16.5,14C15.03,14 13.77,14.9 13.25,16.19C12.93,16.09 12.55,16 12,16C11.45,16 11.07,16.09 10.75,16.19C10.23,14.9 8.97,14 7.5,14M7.5,15A2.5,2.5 0 0,1 10,17.5A2.5,2.5 0 0,1 7.5,20A2.5,2.5 0 0,1 5,17.5A2.5,2.5 0 0,1 7.5,15M16.5,15A2.5,2.5 0 0,1 19,17.5A2.5,2.5 0 0,1 16.5,20A2.5,2.5 0 0,1 14,17.5A2.5,2.5 0 0,1 16.5,15Z" />
+</vector> \ No newline at end of file