diff options
| author | Kenny Guy <kennyguy@google.com> | 2015-04-01 19:14:10 +0100 |
|---|---|---|
| committer | Kenny Guy <kennyguy@google.com> | 2015-04-13 20:58:44 +0000 |
| commit | 3094d4a1c08c7911247a41236ba4956f7e762c52 (patch) | |
| tree | 188f43b9cee103b953a014c4cb24d4b6952ea77c /packages/SystemUI/res/drawable | |
| parent | be16bf4be12b352d8be1ee85ff414a46ed5daa27 (diff) | |
| download | frameworks_base-3094d4a1c08c7911247a41236ba4956f7e762c52.zip frameworks_base-3094d4a1c08c7911247a41236ba4956f7e762c52.tar.gz frameworks_base-3094d4a1c08c7911247a41236ba4956f7e762c52.tar.bz2 | |
Show a status bar icon for managed profile activities.
Show a work icon in the status bar when the foreground
activity is from an app in the managed profile.
Bug: 19532434
Change-Id: Ie96935c089d26f44bc5b1b8fcf60c83a32283a0f
Diffstat (limited to 'packages/SystemUI/res/drawable')
| -rw-r--r-- | packages/SystemUI/res/drawable/stat_sys_managed_profile_status.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_managed_profile_status.xml b/packages/SystemUI/res/drawable/stat_sys_managed_profile_status.xml new file mode 100644 index 0000000..3c4c646 --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_sys_managed_profile_status.xml @@ -0,0 +1,29 @@ +<!-- +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. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="23.0dp" + android:height="18.0dp" + android:viewportWidth="21.0" + android:viewportHeight="17.0"> + <group android:translateX="2.0"> + <path + android:fillColor="#FF000000" + android:pathData="M9.9,11.6H7v-1.1H2.1v2.8c0,0.8,0.6,1.4,1.4,1.4h9.9c0.8,0,1.4,-0.6,1.4,-1.4v-2.8H9.9V11.6z"/> + <path + android:fillColor="#FF000000" + android:pathData="M14.1,4.2h-2.5V3.2l-1.1,-1.1H6.3L5.3,3.2v1H2.8C2,4.2,1.4,4.9,1.4,5.6v2.8c0,0.8,0.6,1.4,1.4,1.4H7V8.8h2.8v1.1h4.2 c0.8,0,1.4,-0.6,1.4,-1.4V5.6C15.5,4.9,14.8,4.2,14.1,4.2z M10.6,4.2H6.3V3.2h4.2V4.2z"/> + </group> +</vector> |
