summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2010-09-26 18:30:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-26 18:30:00 -0700
commita0a8fc69686af5ed0c7ec8c29a5c43b9a394356e (patch)
treee89fd642676d41ae5b70c83180784ed050416bae /res/values
parentb93d626ebf95f3381184bf8a560630bcdedce9b9 (diff)
parent2b928dbc5a81ec75e9114ef40c5828a3ad52d171 (diff)
downloadpackages_apps_Contacts-a0a8fc69686af5ed0c7ec8c29a5c43b9a394356e.tar.gz
packages_apps_Contacts-a0a8fc69686af5ed0c7ec8c29a5c43b9a394356e.tar.bz2
packages_apps_Contacts-a0a8fc69686af5ed0c7ec8c29a5c43b9a394356e.zip
Merge "New plus/minus buttons in Editor"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml7
-rw-r--r--res/values/styles.xml13
2 files changed, 8 insertions, 12 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index e995c6eb0..a4523a553 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -34,4 +34,11 @@
<dimen name="aizy_text_size">13dip</dimen>
<dimen name="aizy_preview_width">130dip</dimen>
<dimen name="aizy_preview_height">115dip</dimen>
+
+ <!-- Padding of the rounded plus/minus buttons in the editor (the minus button is created
+ in code) -->
+ <dimen name="editor_round_button_padding_left">5dip</dimen>
+ <dimen name="editor_round_button_padding_right">5dip</dimen>
+ <dimen name="editor_round_button_padding_top">5dip</dimen>
+ <dimen name="editor_round_button_padding_bottom">5dip</dimen>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 736ca7a38..8225055ed 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -24,22 +24,11 @@
<item name="android:windowAnimationStyle">@style/ContactsSearchAnimation</item>
</style>
+ <!-- TODO: Once there are assets for More/Less buttons, remove these styles -->
<style name="EmptyButton">
<item name="android:background">@drawable/btn_circle</item>
</style>
- <style name="MinusButton">
- <item name="android:background">@drawable/btn_circle</item>
- <item name="android:src">@drawable/ic_btn_round_minus</item>
- <item name="android:contentDescription">@string/description_minus_button</item>
- </style>
-
- <style name="PlusButton">
- <item name="android:background">@drawable/btn_circle</item>
- <item name="android:src">@drawable/ic_btn_round_plus</item>
- <item name="android:contentDescription">@string/description_plus_button</item>
- </style>
-
<style name="MoreButton">
<item name="android:background">@drawable/btn_circle</item>
<item name="android:src">@drawable/ic_btn_round_more</item>