diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/res/res/drawable/kg_avatar_overlay.xml | 20 | ||||
| -rw-r--r-- | core/res/res/layout/keyguard_multi_user_avatar.xml | 4 |
2 files changed, 1 insertions, 23 deletions
diff --git a/core/res/res/drawable/kg_avatar_overlay.xml b/core/res/res/drawable/kg_avatar_overlay.xml deleted file mode 100644 index 781c1df..0000000 --- a/core/res/res/drawable/kg_avatar_overlay.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" - android:drawable="@drawable/activity_picker_bg_activated" /> -</selector>
\ No newline at end of file diff --git a/core/res/res/layout/keyguard_multi_user_avatar.xml b/core/res/res/layout/keyguard_multi_user_avatar.xml index 23f9b6d..a3621c0 100644 --- a/core/res/res/layout/keyguard_multi_user_avatar.xml +++ b/core/res/res/layout/keyguard_multi_user_avatar.xml @@ -22,9 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="125dp" android:layout_height="125dp" - android:background="#550000ff" - android:gravity="center_horizontal" - android:foreground="@drawable/kg_avatar_overlay"> + android:gravity="center_horizontal"> <ImageView android:id="@+id/keyguard_user_avatar" android:scaleType="centerCrop" |
