summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-06-03 11:44:43 -0700
committerMindy Pereira <mindyp@google.com>2011-06-03 12:26:26 -0700
commit1e9f1deb091a9552d746a69685e59a2bf48b6971 (patch)
tree260bf4ca68ed4e7c67d757204acc9618fa63ee8e /chips/res
parentd9b57273c1f5c3bcd94e662136446cd6fd465ebc (diff)
downloadandroid_frameworks_ex-1e9f1deb091a9552d746a69685e59a2bf48b6971.tar.gz
android_frameworks_ex-1e9f1deb091a9552d746a69685e59a2bf48b6971.tar.bz2
android_frameworks_ex-1e9f1deb091a9552d746a69685e59a2bf48b6971.zip
Show the contact picture in an unselected chip.
Change-Id: Id9341b0365e40144de0ac74438395121fda30c01
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/drawable/chip_background_normal.xml1
-rw-r--r--chips/res/drawable/chip_background_selected.xml1
-rw-r--r--chips/res/values/dimen.xml2
3 files changed, 1 insertions, 3 deletions
diff --git a/chips/res/drawable/chip_background_normal.xml b/chips/res/drawable/chip_background_normal.xml
index 69a9e5a..5a0d1a0 100644
--- a/chips/res/drawable/chip_background_normal.xml
+++ b/chips/res/drawable/chip_background_normal.xml
@@ -16,7 +16,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#b8ccdc"/>
- <corners android:radius="4.0dp" />
<padding android:left="6dp" android:right="6dp" android:top="2dp"
android:bottom="2dp"/>
</shape>
diff --git a/chips/res/drawable/chip_background_selected.xml b/chips/res/drawable/chip_background_selected.xml
index ea97abe..6e107e5 100644
--- a/chips/res/drawable/chip_background_selected.xml
+++ b/chips/res/drawable/chip_background_selected.xml
@@ -16,7 +16,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#97def8"/>
- <corners android:radius="4.0dp" />
<padding android:left="6dp" android:right="6dp" android:top="2dp"
android:bottom="2dp"/>
</shape>
diff --git a/chips/res/values/dimen.xml b/chips/res/values/dimen.xml
index 8904175..9756b38 100644
--- a/chips/res/values/dimen.xml
+++ b/chips/res/values/dimen.xml
@@ -15,5 +15,5 @@
-->
<resources>
- <dimen name="chip_padding">10dip</dimen>
+ <dimen name="chip_padding">4dip</dimen>
</resources> \ No newline at end of file