summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-14 15:44:17 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-14 15:44:17 -0800
commit60ab95138ea9ae5d891f40c238f5bbb0bc71f6ac (patch)
treea55bb89ed9819ec7abca406a9f16da92f3e1d13f
parent78c87758d04d92caf79ee0c47ad0cca9fef9cedd (diff)
parent8aee66a64c2a78747245b91dbc979a8ce8239f2b (diff)
am 8aee66a6: am b372f3e5: Fix padding issues with shortcut and call log items
* commit '8aee66a64c2a78747245b91dbc979a8ce8239f2b': Fix padding issues with shortcut and call log items
-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"