diff options
| author | Jorim Jaggi <jjaggi@google.com> | 2015-04-01 15:13:03 -0700 |
|---|---|---|
| committer | Jorim Jaggi <jjaggi@google.com> | 2015-04-03 11:12:27 -0700 |
| commit | 2fdeeabe78b0f54f3163b1b3741ac813828b3511 (patch) | |
| tree | f65ed5f68c2943fc3b130f58ab73efab903dc636 /packages/SystemUI/res/drawable | |
| parent | 0b68ff45125e449dd0b4120f530240093aa6253e (diff) | |
| download | frameworks_base-2fdeeabe78b0f54f3163b1b3741ac813828b3511.zip frameworks_base-2fdeeabe78b0f54f3163b1b3741ac813828b3511.tar.gz frameworks_base-2fdeeabe78b0f54f3163b1b3741ac813828b3511.tar.bz2 | |
Implement new assist gesture and motion
Change-Id: Ic8ba18c200058062f4d38ac4226d3516af3d3df0
Diffstat (limited to 'packages/SystemUI/res/drawable')
| -rw-r--r-- | packages/SystemUI/res/drawable/assist_orb_navbar_scrim.xml | 25 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/assist_orb_scrim.xml (renamed from packages/SystemUI/res/drawable/search_panel_scrim.xml) | 0 |
2 files changed, 25 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/assist_orb_navbar_scrim.xml b/packages/SystemUI/res/drawable/assist_orb_navbar_scrim.xml new file mode 100644 index 0000000..52ed76d --- /dev/null +++ b/packages/SystemUI/res/drawable/assist_orb_navbar_scrim.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- + ~ Copyright (C) 2014 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 + --> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <gradient + android:type="linear" + android:angle="90" + android:startColor="#33000000" + android:endColor="#00000000" /> +</shape>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/search_panel_scrim.xml b/packages/SystemUI/res/drawable/assist_orb_scrim.xml index bbb2617..bbb2617 100644 --- a/packages/SystemUI/res/drawable/search_panel_scrim.xml +++ b/packages/SystemUI/res/drawable/assist_orb_scrim.xml |
