diff options
author | Andrew Lee <anwlee@google.com> | 2014-05-30 21:59:29 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-30 21:59:29 +0000 |
commit | dae1c55ec8da957c9c5e53bb72b8827a92cc2ef4 (patch) | |
tree | c6e429222f7662c782732e12b510ba79b0d6b578 /res | |
parent | ff8b151da4d759210261a0637763aab2e74f168c (diff) | |
parent | 60d2e37b1d4e8b5e957b133fc261dcdabd418932 (diff) |
am 60d2e37b: Merge "Update margins/paddings on the shortcut card." into lmp-preview-dev
* commit '60d2e37b1d4e8b5e957b133fc261dcdabd418932':
Update margins/paddings on the shortcut card.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/dimens.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 6aac3f6b6..ec9f7b15f 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -60,13 +60,15 @@ <!-- Dimensions for most recent call shortcut cards --> <dimen name="recent_call_log_item_translation_z">4dp</dimen> - <dimen name="recent_call_log_item_margin">8dp</dimen> + <dimen name="recent_call_log_item_margin_horizontal">8dp</dimen> + <dimen name="recent_call_log_item_margin_top">4dp</dimen> <dimen name="recent_call_log_item_margin_bottom">6dp</dimen> <!-- The maximum amount to clip on the left and right of the recent call shortcut card --> <dimen name="recent_call_log_item_horizontal_clip_limit">20dp</dimen> <dimen name="recent_call_log_item_padding_start">8dp</dimen> - <dimen name="recent_call_log_item_padding_bottom">7dp</dimen> + <dimen name="recent_call_log_item_padding_top">12dp</dimen> + <dimen name="recent_call_log_item_padding_bottom">11dp</dimen> <!-- Size of the star icon on the favorites tile. --> <dimen name="favorites_star_icon_size">12dp</dimen> |