summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res/drawable
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-12-19 19:26:06 +0100
committerJorim Jaggi <jjaggi@google.com>2015-01-07 15:00:16 +0100
commita29e81bc7f14ce9df1afb5aa5f7d571a3b441aca (patch)
tree80738d9d0750e035427655ac0a4961d884d67063 /packages/Keyguard/res/drawable
parent5c60b647047f744b78f9ae1b1984a654edbda2c6 (diff)
downloadframeworks_base-a29e81bc7f14ce9df1afb5aa5f7d571a3b441aca.zip
frameworks_base-a29e81bc7f14ce9df1afb5aa5f7d571a3b441aca.tar.gz
frameworks_base-a29e81bc7f14ce9df1afb5aa5f7d571a3b441aca.tar.bz2
Remove dead code #2: Remove unused Keyguard resources
Change-Id: If5e2b62556e6ee158e09e399c7ddec337dba15d5
Diffstat (limited to 'packages/Keyguard/res/drawable')
-rw-r--r--packages/Keyguard/res/drawable/ic_lockscreen_outerring.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/Keyguard/res/drawable/ic_lockscreen_outerring.xml b/packages/Keyguard/res/drawable/ic_lockscreen_outerring.xml
deleted file mode 100644
index 75bea70..0000000
--- a/packages/Keyguard/res/drawable/ic_lockscreen_outerring.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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="oval"
- >
- <size android:height="@dimen/keyguard_lockscreen_outerring_diameter"
- android:width="@dimen/keyguard_lockscreen_outerring_diameter" />
- <solid android:color="#00000000" />
- <stroke android:color="#1affffff" android:width="2dp" />
-</shape>