diff options
Diffstat (limited to 'vdrmanager/res/layout/epg_detail.xml')
-rw-r--r-- | vdrmanager/res/layout/epg_detail.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml index fd6ed22..2bc40cf 100644 --- a/vdrmanager/res/layout/epg_detail.xml +++ b/vdrmanager/res/layout/epg_detail.xml @@ -115,7 +115,8 @@ android:layout_height="wrap_content" android:id="@+id/root" android:stretchColumns="*" - android:background="#000000"> + style="@android:style/ButtonBar"> + <TableRow android:layout_margin="0dip" android:id="@+id/first_row"> <ImageButton @@ -133,7 +134,7 @@ <ImageButton android:id="@+id/epg_event_imdb" style="?android:attr/buttonStyleSmall" - android:layout_width="0dip" + android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:background="@android:drawable/list_selector_background" @@ -143,7 +144,7 @@ <ImageButton android:id="@+id/epg_event_create_timer" style="?android:attr/buttonStyleSmall" - android:layout_width="0dip" + android:layout_width="0dip" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_gravity="center_horizontal" |