summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-06-29 14:25:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-29 14:25:44 -0700
commite2474bc711c5534ab20949206c54eb364d9a8ac5 (patch)
treeb0d5b6470b5ed164a11948cacba8e35a67983407 /core
parent2c22882181e867c9ba4e74ee973b87a71db3389f (diff)
parentd17c79dd5439badc0077d7239a79de630a1df5ba (diff)
downloadframeworks_base-e2474bc711c5534ab20949206c54eb364d9a8ac5.zip
frameworks_base-e2474bc711c5534ab20949206c54eb364d9a8ac5.tar.gz
frameworks_base-e2474bc711c5534ab20949206c54eb364d9a8ac5.tar.bz2
Merge "Adding right margin in the DatePicker"
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/date_picker_holo.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/date_picker_holo.xml b/core/res/res/layout/date_picker_holo.xml
index 026cbfb..8627637 100644
--- a/core/res/res/layout/date_picker_holo.xml
+++ b/core/res/res/layout/date_picker_holo.xml
@@ -77,7 +77,8 @@
android:id="@+id/calendar_view"
android:layout_width="245dip"
android:layout_height="280dip"
- android:layout_marginLeft="22dip"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="16dip"
android:layout_weight="1"
android:focusable="true"
android:focusableInTouchMode="true"