summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorJames Kung <kingkung@google.com>2013-04-16 22:29:18 -0700
committerJames Kung <kingkung@google.com>2013-04-17 11:46:12 -0700
commitca7c0e95032a00df7a1ee7eebae42fc817d4614e (patch)
tree32cf66f2294591636ce0e5968294b0ca0bfefece /res/layout-sw600dp
parent20c51529fd5220163b41ab0e8006f44d1eca5296 (diff)
downloadandroid_packages_apps_Calendar-ca7c0e95032a00df7a1ee7eebae42fc817d4614e.tar.gz
android_packages_apps_Calendar-ca7c0e95032a00df7a1ee7eebae42fc817d4614e.tar.bz2
android_packages_apps_Calendar-ca7c0e95032a00df7a1ee7eebae42fc817d4614e.zip
Recurrence picker minor tweaks
Bug: 8620727 Change-Id: I06be8d22a3eec481f194c4b6431fdfb9d6be9374
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/edit_event_1.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/res/layout-sw600dp/edit_event_1.xml b/res/layout-sw600dp/edit_event_1.xml
index ebe60451..c502933a 100644
--- a/res/layout-sw600dp/edit_event_1.xml
+++ b/res/layout-sw600dp/edit_event_1.xml
@@ -394,21 +394,14 @@
android:text="@string/repeats_label"
android:layout_gravity="top|left"
style="@style/TextAppearance.EditEvent_Label" />
- <!-- LinearLayout is needed for the button to span full width. -->
- <LinearLayout
- android:orientation="vertical"
- android:gravity="center_vertical"
+ <Button
+ android:id="@+id/rrule"
+ android:text="@string/does_not_repeat"
+ android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <Button
- android:id="@+id/rrule"
- android:text="@string/does_not_repeat"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:background="?android:attr/selectableItemBackground"
- style="@style/TextAppearance.Recurrence_Button"
- android:layout_marginTop="0dip" />
- </LinearLayout>
+ android:gravity="left|center_vertical"
+ android:contentDescription="@string/accessibility_pick_recurrence"
+ style="@style/TextAppearance.EditEvent_SpinnerButton" />
</TableRow>
<!-- REMINDERS -->