diff options
author | lado <herrlado@gmail.com> | 2014-02-10 21:21:12 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2014-02-10 21:21:12 +0100 |
commit | 82898e69214fb416bb8df75f7c50d6cf4efc6baa (patch) | |
tree | 8a8054ae9c962b508b7cb44e789bb0ab70398819 /vdrmanager/res/layout/epg_event_item.xml | |
parent | ebaa0bc5d7c1bdf403ef8a51cf9a34fe6537f48b (diff) | |
download | vdr-manager-82898e69214fb416bb8df75f7c50d6cf4efc6baa.tar.gz vdr-manager-82898e69214fb416bb8df75f7c50d6cf4efc6baa.tar.bz2 |
http://projects.vdr-developer.org/issues/1689
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" /> |