diff options
author | lado <herrlado@gmail.com> | 2014-01-29 01:21:59 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2014-01-29 01:21:59 +0100 |
commit | 4aee1200d4bd51c9f4908f72f6e93146cd797d17 (patch) | |
tree | c3f6e442f279d7167903cbe2e8de748f3bc11b76 /vdrmanager | |
parent | fde0a62bf2750646bafe1017994d58c0b950a296 (diff) | |
download | vdr-manager-4aee1200d4bd51c9f4908f72f6e93146cd797d17.tar.gz vdr-manager-4aee1200d4bd51c9f4908f72f6e93146cd797d17.tar.bz2 |
recording pimping
Diffstat (limited to 'vdrmanager')
-rw-r--r-- | vdrmanager/res/layout/epg_event_item.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/vdrmanager/res/layout/epg_event_item.xml b/vdrmanager/res/layout/epg_event_item.xml index 2dbd8a8..03a6517 100644 --- a/vdrmanager/res/layout/epg_event_item.xml +++ b/vdrmanager/res/layout/epg_event_item.xml @@ -10,7 +10,7 @@ <TextView android:id="@+id/timer_item_channel" android:layout_width="wrap_content" - android:layout_height="wrap_content" android:text="Sky Film" android:textSize="17dip"/> + android:layout_height="wrap_content" android:text="Sky Film" style="@android:style/TextAppearance.Medium"/> <ProgressBar android:id="@+id/timer_progress" android:layout_width="fill_parent" @@ -31,17 +31,23 @@ </LinearLayout> - <LinearLayout android:layout_width="fill_parent" android:padding="3dip" android:paddingBottom="1dip" - android:layout_height="wrap_content" android:layout_marginTop="0dip" + <LinearLayout android:layout_width="fill_parent" android:padding="1dip" android:paddingBottom="1dip" + android:layout_height="wrap_content" android:layout_marginTop="0dip" android:gravity="center" android:orientation="horizontal"> - <ImageView android:id="@+id/timer_item_state" android:layout_marginRight="5dip" - android:layout_width="wrap_content" android:layout_height="fill_parent" - android:layout_centerVertical="true" android:visibility="gone" /> + <ImageView android:id="@+id/timer_item_state" android:layout_marginRight="2dip" android:src="@drawable/newrecording" + android:layout_width="16dp" android:layout_height="16dp" + android:visibility="gone" /> + <ImageView android:id="@+id/timer_item_other" android:layout_marginRight="2dip" android:src="@drawable/schere" + android:layout_width="16dp" android:layout_height="16dp" + android:visibility="gone" /> + <TextView android:id="@+id/timer_item_shorttext" android:textAppearance="?android:textAppearanceSmall" android:text="timer_short_text" android:ellipsize="end" + android:singleLine="true" + android:maxLines="1" android:layout_width="wrap_content" android:layout_weight="1" android:layout_height="wrap_content" /> |