summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-14 15:49:41 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-14 15:49:41 -0800
commitd91cc3739b87198f4188b1858aae896497325160 (patch)
tree92ab1a4b0010aeab915f040eb0423fdc2cf706e8
parentd69acbda4f19c86e8e6171cc2981f3478b896d71 (diff)
parent60ab95138ea9ae5d891f40c238f5bbb0bc71f6ac (diff)
am 60ab9513: am 8aee66a6: am b372f3e5: Fix padding issues with shortcut and call log items
* commit '60ab95138ea9ae5d891f40c238f5bbb0bc71f6ac': 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"