summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-10-26 16:26:13 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-10-27 02:44:49 +0000
commit4d49f9a8ac86ccaf5f6f3d80dd8694310b620364 (patch)
tree1b00388c891173d4d795554ae83b4d113a364248 /res/drawable
parent4fc994c98875b4797d3c491c8c8353c8cc6b8915 (diff)
downloadandroid_packages_apps_Trebuchet-4d49f9a8ac86ccaf5f6f3d80dd8694310b620364.tar.gz
android_packages_apps_Trebuchet-4d49f9a8ac86ccaf5f6f3d80dd8694310b620364.tar.bz2
android_packages_apps_Trebuchet-4d49f9a8ac86ccaf5f6f3d80dd8694310b620364.zip
Removing animated caret drawable
> Both landscape and portrait UI will show a static drag handle > In landscape the handle is drawn below the all-apps scrim, while in portrait it moves with the hotseat Change-Id: Ia6964c6f98feb8ba90517e23667d8c68bc2f6d35
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/all_apps_handle_landscape.xml37
-rw-r--r--res/drawable/all_apps_handle_portrait.xml34
2 files changed, 71 insertions, 0 deletions
diff --git a/res/drawable/all_apps_handle_landscape.xml b/res/drawable/all_apps_handle_landscape.xml
new file mode 100644
index 000000000..23826ab06
--- /dev/null
+++ b/res/drawable/all_apps_handle_landscape.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 The Android Open Source 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="13dp"
+ android:height="13dp"
+ android:viewportWidth="13.0"
+ android:viewportHeight="13.0" >
+
+ <path
+ android:pathData="M2 8.5L6.5 4L11 8.5"
+ android:strokeColor="?attr/workspaceAmbientShadowColor"
+ android:strokeWidth="4"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round" />
+
+ <path
+ android:pathData="M2 8.5L6.5 4L11 8.5"
+ android:strokeColor="?attr/workspaceTextColor"
+ android:strokeWidth="2"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round" />
+
+</vector>
diff --git a/res/drawable/all_apps_handle_portrait.xml b/res/drawable/all_apps_handle_portrait.xml
new file mode 100644
index 000000000..75aa44853
--- /dev/null
+++ b/res/drawable/all_apps_handle_portrait.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 The Android Open Source 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="16dp"
+ android:height="13dp"
+ android:viewportWidth="16.0"
+ android:viewportHeight="13.0" >
+
+ <path
+ android:pathData="M2 6h12"
+ android:strokeColor="?attr/workspaceAmbientShadowColor"
+ android:strokeWidth="4"
+ android:strokeLineCap="round" />
+
+ <path
+ android:pathData="M2 6h12"
+ android:strokeColor="?attr/workspaceTextColor"
+ android:strokeWidth="2"
+ android:strokeLineCap="round" />
+</vector> \ No newline at end of file