summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-03-07 15:41:11 -0800
committerIsaac Katzenelson <isaack@android.com>2012-03-07 15:44:20 -0800
commitf558e02310f0234d2aed609c669d987665bb33c3 (patch)
tree7864157b2a2e81638c8fb273a9032966fac6df3c /res/layout-sw600dp
parente35e4857c203cd46c666bf47f2aed3951dbc9cd0 (diff)
downloadandroid_packages_apps_Calendar-f558e02310f0234d2aed609c669d987665bb33c3.tar.gz
android_packages_apps_Calendar-f558e02310f0234d2aed609c669d987665bb33c3.tar.bz2
android_packages_apps_Calendar-f558e02310f0234d2aed609c669d987665bb33c3.zip
Agenda Item layout fixes
Bug: 5705839 Run lint Change-Id: I7ae878bd8dfbb5b769163a3873fa7e70abe98e8e
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/agenda_item.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/layout-sw600dp/agenda_item.xml b/res/layout-sw600dp/agenda_item.xml
index 8c22bd7d..87c84331 100644
--- a/res/layout-sw600dp/agenda_item.xml
+++ b/res/layout-sw600dp/agenda_item.xml
@@ -62,8 +62,6 @@
android:id="@+id/when"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_below="@+id/title"
- android:layout_alignLeft="@+id/title"
android:singleLine="true"
android:textSize="14sp"
android:ellipsize="marquee"
@@ -74,8 +72,6 @@
android:id="@+id/where"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_below="@+id/when"
- android:layout_alignLeft="@+id/title"
android:layout_marginTop="-3dip"
android:singleLine="true"
android:ellipsize="marquee"
@@ -88,9 +84,8 @@
android:id="@+id/selected_marker"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
android:visibility="gone"
+ android:contentDescription="@string/acessibility_selected_marker_description"
android:background="@drawable/list_multi_left_activated_holo" />
</LinearLayout>
</LinearLayout>