diff options
Diffstat (limited to 'vdrmanager/res/layout/epg_event_item.xml')
-rw-r--r-- | vdrmanager/res/layout/epg_event_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/layout/epg_event_item.xml b/vdrmanager/res/layout/epg_event_item.xml index 03a6517..a8caa6f 100644 --- a/vdrmanager/res/layout/epg_event_item.xml +++ b/vdrmanager/res/layout/epg_event_item.xml @@ -35,11 +35,11 @@ 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="2dip" android:src="@drawable/newrecording" + <ImageView android:id="@+id/timer_item_state" android:layout_marginRight="3dip" 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" + <ImageView android:id="@+id/timer_item_other" android:layout_marginRight="3dip" android:src="@drawable/schere" android:layout_width="16dp" android:layout_height="16dp" android:visibility="gone" /> |