summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
authorMichael Chan <chanm@google.com>2012-05-21 11:45:48 -0700
committerMichael Chan <chanm@google.com>2012-05-21 11:47:16 -0700
commit585cbcadff3bc775815b53f8313cbfd7eb3320ce (patch)
tree0cd65083e63ad5d4f9f52d83ddc6f299a590804c /res/layout/event_info_dialog.xml
parent6cf5bb112cbb62448bb009574197f4ae460e0365 (diff)
downloadandroid_packages_apps_Calendar-585cbcadff3bc775815b53f8313cbfd7eb3320ce.tar.gz
android_packages_apps_Calendar-585cbcadff3bc775815b53f8313cbfd7eb3320ce.tar.bz2
android_packages_apps_Calendar-585cbcadff3bc775815b53f8313cbfd7eb3320ce.zip
Removed extra space between organizer label and organzier
Bug: 6522312 Change-Id: Ic96f98666deef4d39a7cebf4e00bb1e0a0baee41
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index da9ea6fd..5d683821 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -167,7 +167,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="16dip"
- android:paddingRight="16dip"
android:singleLine="true"
android:text="@string/event_info_organizer"
android:textColor="@color/event_info_organizer_color"
@@ -175,7 +174,7 @@
android:textSize="18sp"/>
<TextView
android:id="@+id/organizer"
- android:layout_width="wrap_content"
+ android:layout_width="0px"
android:layout_height="wrap_content"
android:ellipsize="end"
android:layout_weight="1"