summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorThecrazyskull <anaskarbila@gmail.com>2018-01-13 17:09:25 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:14 +0100
commit8dee56deeed7b09a9e5e9f4d21f27aa9d495930c (patch)
tree46367d80413452eb6e68e960953690b56215658c /res/drawable
parent523c12ffac7fb3a79458e56f9439a070b8930d6a (diff)
downloadandroid_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.tar.gz
android_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.tar.bz2
android_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.zip
Trebuchet: feed integration support
jrizzoli: adapted for trebuchet Includes the following commits: * Launcher3: support google now tab * LauncherClient: make sure service is connected before trying to unbind * Launcher3: animate workspace when animating the Google now page * Launcher3: make Google now left page optional * Launcher3: cleanup launcher tab preference Change-Id: I84582ae812b8ecb0d694ae2396843effdcf1219c Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_settings_feed.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_feed.xml b/res/drawable/ic_settings_feed.xml
new file mode 100644
index 000000000..875890adc
--- /dev/null
+++ b/res/drawable/ic_settings_feed.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path
+ android:fillColor="@color/settings_icons"
+ android:pathData="M2,21h19v-3H2v3zM20,8H3c-0.55,0 -1,0.45 -1,1v6c0,0.55 0.45,1 1,1h17c0.55,0 1,-0.45 1,-1V9c0,-0.55 -0.45,-1 -1,-1zM2,3v3h19V3H2z" />
+</vector>