summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-23 17:57:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-23 17:57:40 +0000
commitf2dc8a2704486eb031cfa5014d0626e96f5d5a43 (patch)
tree5adaccbfc2434fb0526129d7dd93d4d52779d957 /res/drawable
parent365344bcb99ac7a72948a13f2babaadc19efe0e6 (diff)
parentd99993213962df64c9d76005df86c2fb83fca074 (diff)
Merge "Style and layout changes to match redlines"
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bottom_border_background.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/drawable/bottom_border_background.xml b/res/drawable/bottom_border_background.xml
new file mode 100644
index 000000000..9a35e8a4d
--- /dev/null
+++ b/res/drawable/bottom_border_background.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+<item>
+ <shape android:shape="rectangle" >
+ <solid android:color="@color/favorite_contacts_separator_color" />
+ <padding android:bottom="1dp" />
+ </shape>
+</item>
+<item>
+ <shape android:shape="rectangle" >
+ <solid android:color="@color/background_dial_holo_light" />
+ </shape>
+</item>
+</layer-list> \ No newline at end of file