commit | 239829bd49925ed9d2f8dfd60425f04de386cdf8 | [log] [tgz] |
---|---|---|
author | Flavio Lerda <flerda@google.com> | Fri Jun 10 04:40:45 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 10 04:40:45 2011 -0700 |
tree | 693946e30a6fbd7a6292ea9a274476d805ebde9d | |
parent | c5dbd5619cc2ea8afbd9ba339fe42c20c6a7abc9 [diff] | |
parent | 06381de674390904c334301f861ed50645a0150e [diff] |
Merge "Remove left margin from call log items."
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index a8da153..a47452c 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml
@@ -29,8 +29,7 @@ android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:adjustViewBounds="true" - android:scaleX="2.5" - android:scaleY="2.5" + android:scaleType="centerCrop" android:background="@drawable/ic_contact_picture" />