summaryrefslogtreecommitdiffstats
path: root/res/layout/mini_calendar_item.xml
diff options
context:
space:
mode:
authorJames Kung <kingkung@google.com>2013-02-28 14:26:19 -0800
committerJames Kung <kingkung@google.com>2013-02-28 14:26:19 -0800
commitc1678c2f19857e9f4147c760a5168b91965ef68c (patch)
tree527c78c766f0c2a9a3b5b189e84f3c6ef9c761bb /res/layout/mini_calendar_item.xml
parent14d76a209b38d1f1b9db35256880d40319e3e35e (diff)
downloadandroid_packages_apps_Calendar-c1678c2f19857e9f4147c760a5168b91965ef68c.tar.gz
android_packages_apps_Calendar-c1678c2f19857e9f4147c760a5168b91965ef68c.tar.bz2
android_packages_apps_Calendar-c1678c2f19857e9f4147c760a5168b91965ef68c.zip
UI adjustments to mini calendar items for tablets.
Change-Id: Ie84eb6720ce11d21895c7ac2143fb38c065e8580
Diffstat (limited to 'res/layout/mini_calendar_item.xml')
-rw-r--r--res/layout/mini_calendar_item.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/mini_calendar_item.xml b/res/layout/mini_calendar_item.xml
index 07579b07..aa0ab9d8 100644
--- a/res/layout/mini_calendar_item.xml
+++ b/res/layout/mini_calendar_item.xml
@@ -27,9 +27,9 @@
<com.android.calendar.selectcalendars.CalendarColorSquare
android:id="@+id/color"
- android:layout_height="48dip"
- android:layout_width="48dip"
- android:layout_marginLeft="13dip"
+ android:layout_height="20dip"
+ android:layout_width="20dip"
+ android:layout_marginLeft="16dip"
android:layout_gravity="center_vertical"
style="?android:attr/quickContactBadgeStyleWindowMedium"
android:cropToPadding="true"
@@ -37,9 +37,9 @@
<TextView android:id="@+id/calendar"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="44dip"
- android:layout_marginTop="3dip"
+ android:layout_height="wrap_content"
+ android:layout_toRightOf="@id/color"
+ android:layout_marginLeft="8dip"
android:singleLine="true"
android:ellipsize="marquee"
style="@style/TextAppearance.SelectCalendar_Name"