diff options
author | Kenny Guy <kennyguy@google.com> | 2015-06-18 15:09:09 +0100 |
---|---|---|
committer | Kenny Guy <kennyguy@google.com> | 2015-06-19 15:34:02 +0100 |
commit | 63bf8acb2a0e5e3f128f853a824ed5c570c57695 (patch) | |
tree | a35fb234215372cecf761833268e803478f87977 /packages/SystemUI/res/drawable | |
parent | 1b48a6430ae503ff2826657ef0d1d4a090f7aa37 (diff) | |
download | frameworks_base-63bf8acb2a0e5e3f128f853a824ed5c570c57695.zip frameworks_base-63bf8acb2a0e5e3f128f853a824ed5c570c57695.tar.gz frameworks_base-63bf8acb2a0e5e3f128f853a824ed5c570c57695.tar.bz2 |
Use closer to standard toast for work profile toast.
Revert back to using a standard system toast
for the toast shown when user unlocks to a
work activity.
Include the work status icon in the toast.
Bug: 21325183
Bug: 21896447
Change-Id: I691417a4ecac36983f391ee722f59e2b467affc1
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/managed_profile_toast_background.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/SystemUI/res/drawable/managed_profile_toast_background.xml b/packages/SystemUI/res/drawable/managed_profile_toast_background.xml deleted file mode 100644 index 5c77b9a..0000000 --- a/packages/SystemUI/res/drawable/managed_profile_toast_background.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -Copyright (C) 2015 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" - android:shape="rectangle"> - <corners android:radius="2dp" /> - <solid android:color="@color/managed_profile_toast_background" /> -</shape> |