summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-15 15:11:43 -0700
committerChiao Cheng <chiaocheng@google.com>2012-10-15 15:11:43 -0700
commite09d5fff994bcea2341095ec83ef2ba1bb1a8864 (patch)
tree3567210413bc50cabdddab68cac3bf5969760056
parentbb0f91e781f23b1abe8ba005b06e5f0ae9481304 (diff)
Move resource and images from contacts to dialer package.
Bug: 6993891 Change-Id: I5b2562b5934c7cfce6bba4bf8311158682ba8e81
-rw-r--r--res/drawable-hdpi/ab_stacked_opaque_dark_holo.9.pngbin0 -> 225 bytes
-rw-r--r--res/drawable-mdpi/ab_stacked_opaque_dark_holo.9.pngbin0 -> 177 bytes
-rw-r--r--res/drawable-nodpi/background_dial_holo_dark.pngbin0 -> 1960 bytes
-rw-r--r--res/drawable-xhdpi/ab_stacked_opaque_dark_holo.9.pngbin0 -> 236 bytes
-rw-r--r--res/values/colors.xml22
-rw-r--r--res/values/styles.xml4
6 files changed, 26 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ab_stacked_opaque_dark_holo.9.png b/res/drawable-hdpi/ab_stacked_opaque_dark_holo.9.png
new file mode 100644
index 000000000..23320ea16
--- /dev/null
+++ b/res/drawable-hdpi/ab_stacked_opaque_dark_holo.9.png
Binary files differ
diff --git a/res/drawable-mdpi/ab_stacked_opaque_dark_holo.9.png b/res/drawable-mdpi/ab_stacked_opaque_dark_holo.9.png
new file mode 100644
index 000000000..3e912f511
--- /dev/null
+++ b/res/drawable-mdpi/ab_stacked_opaque_dark_holo.9.png
Binary files differ
diff --git a/res/drawable-nodpi/background_dial_holo_dark.png b/res/drawable-nodpi/background_dial_holo_dark.png
new file mode 100644
index 000000000..3dba50cbf
--- /dev/null
+++ b/res/drawable-nodpi/background_dial_holo_dark.png
Binary files differ
diff --git a/res/drawable-xhdpi/ab_stacked_opaque_dark_holo.9.png b/res/drawable-xhdpi/ab_stacked_opaque_dark_holo.9.png
new file mode 100644
index 000000000..71e4c239e
--- /dev/null
+++ b/res/drawable-xhdpi/ab_stacked_opaque_dark_holo.9.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 000000000..9f3e3a2b0
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,22 @@
+<!--
+ ~ 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
+ -->
+
+<resources>
+
+ <!-- Secondary text color in the Phone app -->
+ <color name="dialtacts_secondary_text_color">#888888</color>
+
+</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 93a8176d9..6f36bf1d8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -110,4 +110,8 @@
<item name="android:displayOptions"></item>
</style>
+ <style name="ListViewStyle" parent="@android:style/Widget.Holo.Light.ListView">
+ <item name="android:overScrollMode">always</item>
+ </style>
+
</resources>