summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-04-12 21:31:25 +0200
committerJoey <joey@lineageos.org>2018-05-21 14:42:22 +0200
commit57b4c04e745eb8ab0d8259ed5a24ea176976191f (patch)
tree991ad4997b97d4a30be16e30dfc56edf655e1ae1 /res/drawable
parent8fc47fa6856ccd6ddbef8c096c5df8885baeca8b (diff)
downloadandroid_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.tar.gz
android_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.tar.bz2
android_packages_apps_Trebuchet-57b4c04e745eb8ab0d8259ed5a24ea176976191f.zip
Trebuchet: make forced adaptive icons optional
Change-Id: Ie84af7114118f54b2d267a35ce24dd5e58c0be22 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_settings_force_adaptive.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_force_adaptive.xml b/res/drawable/ic_settings_force_adaptive.xml
new file mode 100644
index 000000000..21a9c9079
--- /dev/null
+++ b/res/drawable/ic_settings_force_adaptive.xml
@@ -0,0 +1,24 @@
+<?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="@dimen/settings_icon_size"
+ android:height="@dimen/settings_icon_size"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path
+ android:fillColor="@color/settings_icons"
+ android:pathData="M12,8c-2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4 -1.79,-4 -4,-4zM5,15L3,15v4c0,1.1 0.9,2 2,2h4v-2L5,19v-4zM5,5h4L9,3L5,3c-1.1,0 -2,0.9 -2,2v4h2L5,5zM19,3h-4v2h4v4h2L21,5c0,-1.1 -0.9,-2 -2,-2zM19,19h-4v2h4c1.1,0 2,-0.9 2,-2v-4h-2v4z" />
+</vector>