summaryrefslogtreecommitdiffstats
path: root/res/layout/account_calendars.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-11-01 15:53:31 -0700
committerMichael Chan <mchan@android.com>2010-11-01 15:53:31 -0700
commit88d9c00c85610e519d7fe33c570280e064359335 (patch)
tree209483cfa0a99ee4c918bda45df89d2a1080cdfb /res/layout/account_calendars.xml
parente5149edad36737783356778819a9c66993a9cf28 (diff)
downloadandroid_packages_apps_Calendar-88d9c00c85610e519d7fe33c570280e064359335.tar.gz
android_packages_apps_Calendar-88d9c00c85610e519d7fe33c570280e064359335.tar.bz2
android_packages_apps_Calendar-88d9c00c85610e519d7fe33c570280e064359335.zip
b/2983706 Improve on the calendar not synced UI
Changed the string from "Open event" to details in event pop-up Change-Id: I49448d9a59eca90ae42431b7ad7887c66d4037aa
Diffstat (limited to 'res/layout/account_calendars.xml')
-rw-r--r--res/layout/account_calendars.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/account_calendars.xml b/res/layout/account_calendars.xml
index 86b01f8e..ba4df281 100644
--- a/res/layout/account_calendars.xml
+++ b/res/layout/account_calendars.xml
@@ -22,14 +22,15 @@
android:fillViewport="true">
<TextView android:id="@+id/account_status"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="center"
style="?android:attr/textAppearanceMedium" />
<Button android:id="@+id/sync_settings"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="left|center_vertical"
+ android:layout_gravity="center"
android:text="@android:string/ok" />
<include android:id="@+id/calendar_list" layout="@android:layout/list_content"/>