]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Commit missing icons to the repository.
authorSoren Stoutner <soren@stoutner.com>
Mon, 5 Sep 2016 20:37:34 +0000 (13:37 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 5 Sep 2016 20:37:34 +0000 (13:37 -0700)
app/src/main/assets/de/images/cookie.png [new symlink]
app/src/main/assets/de/images/ic_subtitles.png [new symlink]
app/src/main/assets/de/images/ic_web.png [new symlink]
app/src/main/res/drawable/cookies_enabled.xml [new file with mode: 0644]

diff --git a/app/src/main/assets/de/images/cookie.png b/app/src/main/assets/de/images/cookie.png
new file mode 120000 (symlink)
index 0000000..e70a528
--- /dev/null
@@ -0,0 +1 @@
+../../en/images/cookie.png
\ No newline at end of file
diff --git a/app/src/main/assets/de/images/ic_subtitles.png b/app/src/main/assets/de/images/ic_subtitles.png
new file mode 120000 (symlink)
index 0000000..a6af373
--- /dev/null
@@ -0,0 +1 @@
+../../en/images/ic_subtitles.png
\ No newline at end of file
diff --git a/app/src/main/assets/de/images/ic_web.png b/app/src/main/assets/de/images/ic_web.png
new file mode 120000 (symlink)
index 0000000..11922ac
--- /dev/null
@@ -0,0 +1 @@
+../../en/images/ic_web.png
\ No newline at end of file
diff --git a/app/src/main/res/drawable/cookies_enabled.xml b/app/src/main/res/drawable/cookies_enabled.xml
new file mode 100644 (file)
index 0000000..20fed56
--- /dev/null
@@ -0,0 +1,14 @@
+<!-- cookies_enabled.xml was created by Google and downloaded from https://materialdesignicons.com/icon/cookie. -->
+
+<vector
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:height="24dp"
+    android:width="24dp"
+    android:viewportHeight="24.0"
+    android:viewportWidth="24.0" >
+
+    <!-- We have to use a hard coded color code until API >= 21.  Then we can use`@color`. -->
+    <path
+        android:fillColor="#FFD50000"
+        android:pathData="M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12C21,11.5 20.96,11 20.87,10.5C20.6,10 20,10 20,10H18V9C18,8 17,8 17,8H15V7C15,6 14,6 14,6H13V4C13,3 12,3 12,3M9.5,6A1.5,1.5 0 0,1 11,7.5A1.5,1.5 0 0,1 9.5,9A1.5,1.5 0 0,1 8,7.5A1.5,1.5 0 0,1 9.5,6M6.5,10A1.5,1.5 0 0,1 8,11.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 5,11.5A1.5,1.5 0 0,1 6.5,10M11.5,11A1.5,1.5 0 0,1 13,12.5A1.5,1.5 0 0,1 11.5,14A1.5,1.5 0 0,1 10,12.5A1.5,1.5 0 0,1 11.5,11M16.5,13A1.5,1.5 0 0,1 18,14.5A1.5,1.5 0 0,1 16.5,16H16.5A1.5,1.5 0 0,1 15,14.5H15A1.5,1.5 0 0,1 16.5,13M11,16A1.5,1.5 0 0,1 12.5,17.5A1.5,1.5 0 0,1 11,19A1.5,1.5 0 0,1 9.5,17.5A1.5,1.5 0 0,1 11,16Z" />
+</vector>
\ No newline at end of file