summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-14 13:45:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-14 13:45:55 -0800
commit8aee66a64c2a78747245b91dbc979a8ce8239f2b (patch)
treebb8afcda77e0ba138f0e27de1a82e22d20ff210b /res
parent971ca440abad05e96df96e8f30c8a262f5be6f31 (diff)
parentb372f3e5a2b39ecf3949b422b43dbb5ea2a564bf (diff)
am b372f3e5: Fix padding issues with shortcut and call log items
* commit 'b372f3e5a2b39ecf3949b422b43dbb5ea2a564bf': Fix padding issues with shortcut and call log items
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 5edd06b07..1d368f63d 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -39,8 +39,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
- android:paddingStart="@dimen/call_log_outer_margin"
- android:paddingEnd="@dimen/call_log_outer_margin"
+ android:padding="@dimen/call_log_outer_margin"
android:orientation="horizontal"
android:gravity="center_vertical"
android:background="?android:attr/selectableItemBackground"
@@ -60,8 +59,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:paddingTop="@dimen/call_log_inner_margin"
- android:paddingBottom="@dimen/call_log_inner_margin"
android:orientation="vertical"
android:gravity="center_vertical"
android:layout_marginStart="@dimen/call_log_inner_margin"