summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-05-02 14:15:00 -0700
committerIsaac Katzenelson <isaack@android.com>2012-05-02 14:15:00 -0700
commit18af2447a421c514ce6da1723abea2869e349fb3 (patch)
tree26356c151d55846cf6dd9e5627b4019dbf61028c /res/layout-sw600dp
parent00fb1f480c1e3eeb85535c9770e90ace76b2fa9e (diff)
downloadandroid_packages_apps_Calendar-18af2447a421c514ce6da1723abea2869e349fb3.tar.gz
android_packages_apps_Calendar-18af2447a421c514ce6da1723abea2869e349fb3.tar.bz2
android_packages_apps_Calendar-18af2447a421c514ce6da1723abea2869e349fb3.zip
Fix agenda items margins
Bug: 6431639 change rightmargin for agenda_item and agenda_day on tablet Change-Id: I8820e3b3cd1861edef01a4856861b02bbd21d4af
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/agenda_day.xml2
-rw-r--r--res/layout-sw600dp/agenda_item.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-sw600dp/agenda_day.xml b/res/layout-sw600dp/agenda_day.xml
index c12232a3..c706feaa 100644
--- a/res/layout-sw600dp/agenda_day.xml
+++ b/res/layout-sw600dp/agenda_day.xml
@@ -62,7 +62,7 @@
android:layout_row="1"
android:layout_marginTop="2dip"
android:layout_marginLeft="8dip"
- android:layout_marginRight="16dip"
+ android:layout_marginRight="@dimen/agenda_item_right_margin"
android:ellipsize="marquee"
android:textSize="14sp"
android:singleLine="true"
diff --git a/res/layout-sw600dp/agenda_item.xml b/res/layout-sw600dp/agenda_item.xml
index 451fbcb7..f861f54c 100644
--- a/res/layout-sw600dp/agenda_item.xml
+++ b/res/layout-sw600dp/agenda_item.xml
@@ -44,10 +44,11 @@
android:layout_marginRight="8dip" />
<LinearLayout
+ android:id="@+id/agenda_item_text_container"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|fill_horizontal"
- android:layout_marginRight="16dip"
+ android:layout_marginRight="@dimen/agenda_item_right_margin"
android:layout_column="1"
android:layout_row="1"
android:layout_rowSpan="1"