summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/epg_detail.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-20 14:41:39 +0200
committerlado <herrlado@gmail.com>2011-10-20 14:41:39 +0200
commit0c90212eb341d77292e426a8c0de053096cb0e60 (patch)
tree227ff61f1625d57a27a1f5f12e27871d2da2358b /vdrmanager/res/layout/epg_detail.xml
parent3b452963b56e2d50fc03a3a66cabd973b4789665 (diff)
downloadvdr-manager-0c90212eb341d77292e426a8c0de053096cb0e60.tar.gz
vdr-manager-0c90212eb341d77292e426a8c0de053096cb0e60.tar.bz2
added timer state for epg details and share function
Diffstat (limited to 'vdrmanager/res/layout/epg_detail.xml')
-rw-r--r--vdrmanager/res/layout/epg_detail.xml30
1 files changed, 25 insertions, 5 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml
index bc64690..b7761be 100644
--- a/vdrmanager/res/layout/epg_detail.xml
+++ b/vdrmanager/res/layout/epg_detail.xml
@@ -51,17 +51,24 @@
</LinearLayout>
-
+ <LinearLayout android:layout_width="fill_parent" android:padding="3dip" android:paddingBottom="1dip"
+ android:layout_height="wrap_content" android:layout_marginTop="0dip"
+ android:orientation="horizontal">
+
+ <ImageView android:id="@+id/epg_timer_state" android:layout_marginRight="5dip"
+ android:layout_width="wrap_content" android:layout_height="fill_parent"
+ android:layout_centerVertical="true" android:visibility="gone" />
+
<TextView
android:id="@+id/epg_detail_shorttext"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left"
+ android:layout_weight="1"
android:text="Krimikömedie"
- android:textAppearance="?android:textAppearanceSmall"
- android:layout_below="@id/epg_detail_time"/>
-
-
+ android:textAppearance="?android:textAppearanceSmall"/>
+
+ </LinearLayout>
<TextView
@@ -153,6 +160,19 @@
style="?android:attr/buttonStyleSmall"
android:text="@string/epg_event_imdb_text"/>
+
+ <!--
+ <ImageButton
+ android:id="@+id/epg_event_share"
+ android:src="@android:drawable/ic_menu_share"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
+ android:layout_gravity="center_horizontal"
+ android:layout_centerHorizontal="true"
+ android:background="@android:drawable/list_selector_background"
+ style="?android:attr/buttonStyleSmall"
+ android:text="@string/epg_event_share_text"/>
+ -->
<!--
<ImageButton