summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-25 16:33:24 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-25 16:33:24 -0700
commit1da79501066a74b630c8aa138db0f86ab6c690bb (patch)
treedfd52522a74e9161f90ffa38ad34cb5016d8bfaa
parentdc37203c95e07fa3257c9a6da912dcf1915a3399 (diff)
parent2f4207086e2177f8970538a3d8e921eb13c14b00 (diff)
downloadframeworks_base-1da79501066a74b630c8aa138db0f86ab6c690bb.zip
frameworks_base-1da79501066a74b630c8aa138db0f86ab6c690bb.tar.gz
frameworks_base-1da79501066a74b630c8aa138db0f86ab6c690bb.tar.bz2
Merge "Convert the outer lockscreen ring to a shape drawable."
-rw-r--r--core/res/res/drawable-hdpi/ic_lockscreen_outerring.pngbin9454 -> 0 bytes
-rw-r--r--core/res/res/drawable-mdpi/ic_lockscreen_outerring.pngbin5840 -> 0 bytes
-rw-r--r--core/res/res/drawable-xhdpi/ic_lockscreen_outerring.pngbin13636 -> 0 bytes
-rw-r--r--core/res/res/drawable/ic_lockscreen_outerring.xml23
4 files changed, 23 insertions, 0 deletions
diff --git a/core/res/res/drawable-hdpi/ic_lockscreen_outerring.png b/core/res/res/drawable-hdpi/ic_lockscreen_outerring.png
deleted file mode 100644
index 5294bc5..0000000
--- a/core/res/res/drawable-hdpi/ic_lockscreen_outerring.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-mdpi/ic_lockscreen_outerring.png b/core/res/res/drawable-mdpi/ic_lockscreen_outerring.png
deleted file mode 100644
index 4151f73..0000000
--- a/core/res/res/drawable-mdpi/ic_lockscreen_outerring.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-xhdpi/ic_lockscreen_outerring.png b/core/res/res/drawable-xhdpi/ic_lockscreen_outerring.png
deleted file mode 100644
index 0b4b260..0000000
--- a/core/res/res/drawable-xhdpi/ic_lockscreen_outerring.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable/ic_lockscreen_outerring.xml b/core/res/res/drawable/ic_lockscreen_outerring.xml
new file mode 100644
index 0000000..490f370
--- /dev/null
+++ b/core/res/res/drawable/ic_lockscreen_outerring.xml
@@ -0,0 +1,23 @@
+<?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="270dp" android:width="270dp" />
+ <solid android:color="#00000000" />
+ <stroke android:color="#1affffff" android:width="2dp" />
+</shape>