summaryrefslogtreecommitdiffstats
path: root/res/layout/widget_all_day_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/widget_all_day_item.xml')
-rw-r--r--res/layout/widget_all_day_item.xml28
1 files changed, 11 insertions, 17 deletions
diff --git a/res/layout/widget_all_day_item.xml b/res/layout/widget_all_day_item.xml
index 6296726d..cb5da084 100644
--- a/res/layout/widget_all_day_item.xml
+++ b/res/layout/widget_all_day_item.xml
@@ -17,23 +17,17 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/content"
- android:layout_height="64dip"
+ android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:minHeight="?android:attr/listPreferredItemHeight">
- <FrameLayout
- android:id="@+id/bg_color"
- android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:layout_marginTop="3dip"
- android:layout_marginLeft="2dip"
- android:background="@color/calendar_future_bg_color" />
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:background="@drawable/bg_event_cal_widget_holo">
<LinearLayout
android:id="@+id/widget_row"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_width="match_parent"
+ android:paddingBottom="2dp"
android:orientation="horizontal"
- android:layout_marginTop="1dip"
android:minHeight="?android:attr/listPreferredItemHeight">
<ImageView
android:id="@+id/agenda_item_color"
@@ -53,11 +47,11 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:singleLine="true"
+ android:maxLines="2"
android:textSize="14sp"
android:textStyle="bold"
android:ellipsize="marquee"
- android:textColor="?android:attr/textColorSecondary"
+ android:textColor="@color/appwidget_title"
style="?android:attr/textAppearanceMediumInverse" />
<TextView
@@ -67,9 +61,9 @@
android:layout_below="@+id/title"
android:layout_alignLeft="@+id/title"
android:singleLine="true"
- android:textSize="14sp"
+ android:textSize="12sp"
android:ellipsize="marquee"
- android:textColor="?android:attr/textColorSecondary"
+ android:textColor="@color/appwidget_when"
style="?android:attr/textAppearanceSmallInverse" />
<TextView
@@ -80,8 +74,8 @@
android:layout_alignLeft="@+id/title"
android:singleLine="true"
android:ellipsize="marquee"
- android:textSize="14sp"
- android:textColor="@color/agenda_item_where_text_color"
+ android:textSize="12sp"
+ android:textColor="@color/appwidget_where"
style="?android:attr/textAppearanceSmallInverse" />
</LinearLayout>
</LinearLayout>