diff options
Diffstat (limited to 'vdrmanager/res/layout/epg_event_item.xml')
-rw-r--r-- | vdrmanager/res/layout/epg_event_item.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vdrmanager/res/layout/epg_event_item.xml b/vdrmanager/res/layout/epg_event_item.xml index 3001d43..c1ce677 100644 --- a/vdrmanager/res/layout/epg_event_item.xml +++ b/vdrmanager/res/layout/epg_event_item.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/timer_item" android:layout_width="fill_parent" - android:layout_height="fill_parent" android:padding="3dp" android:paddingTop="5dp" android:paddingBottom="8dp" + android:layout_height="fill_parent" android:padding="4dp" android:orientation="vertical"> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" @@ -14,18 +14,19 @@ <ProgressBar android:id="@+id/timer_progress" android:layout_width="fill_parent" - android:indeterminate="false" android:layout_height="3dip" android:layout_marginTop="3dip" + android:indeterminate="false" android:layout_height="2dip" android:layout_marginTop="3dip" style="?android:attr/progressBarStyleHorizontal" android:visibility="gone" /> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="0dip"> - <TextView android:id="@+id/timer_item_time" android:textSize="17dip" + <TextView android:id="@+id/timer_item_time" android:textAppearance="?android:textAppearanceMedium" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/list_selector_background" android:gravity="left" android:text="22:33" android:paddingRight="5dip" /> <TextView android:id="@+id/timer_item_title" android:text="timer_item_title" android:layout_weight="1" android:textStyle="bold" - android:ellipsize="end" android:layout_width="wrap_content" android:textSize="17dip" android:background="@android:drawable/list_selector_background" + android:ellipsize="end" android:layout_width="wrap_content" android:background="@android:drawable/list_selector_background" + android:textAppearance="?android:textAppearanceMedium" android:layout_height="wrap_content" /> </LinearLayout> @@ -38,7 +39,7 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:background="@android:drawable/list_selector_background" android:layout_centerVertical="true" android:visibility="gone" /> - <TextView android:id="@+id/timer_item_shorttext" android:textSize="15dip" + <TextView android:id="@+id/timer_item_shorttext" android:textAppearance="?android:textAppearanceSmall" android:text="timer_short_text" android:ellipsize="end" android:background="@android:drawable/list_selector_background" android:layout_alignLeft="@id/timer_item_title" android:layout_width="wrap_content" android:layout_weight="1" android:layout_height="wrap_content" /> |