summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/epg_detail.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2015-06-09 14:07:14 +0200
committerlado <herrlado@gmail.com>2015-06-09 14:07:14 +0200
commit23d920c759303602c2a6cde38983b2aa4dbb82c2 (patch)
treed0d83c36e0698402c783ebf62e6fe7d8ee85bed2 /vdrmanager/res/layout/epg_detail.xml
parentbe5e0132d51a829326478c668e4eac78e2c9e4d8 (diff)
downloadvdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz
vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2
StudioStructur
Diffstat (limited to 'vdrmanager/res/layout/epg_detail.xml')
-rw-r--r--vdrmanager/res/layout/epg_detail.xml249
1 files changed, 0 insertions, 249 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml
deleted file mode 100644
index 85bc221..0000000
--- a/vdrmanager/res/layout/epg_detail.xml
+++ /dev/null
@@ -1,249 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical"
- android:padding="2dip" >
-
- <TextView
- android:id="@+id/epg_detail_title"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Unterwegs nach Cold Mountain"
- android:textAppearance="?android:textAppearanceMedium"
- android:textStyle="bold" />
-
- <LinearLayout
- android:id="@+id/epg_detail_time_channel"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <TextView
- android:id="@+id/epg_detail_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="left"
- android:text="20:10-20-15"
- android:textAppearance="?android:textAppearanceSmall" />
-
- <TextView
- android:id="@+id/epg_detail_duration"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="right"
- android:paddingLeft="10dip"
- android:text="2/123min"
- android:textAppearance="?android:textAppearanceSmall" />
-
- <TextView
- android:id="@+id/epg_detail_channel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="right"
- android:text="Sky Cinema"
- android:visibility="gone" />
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="0dip"
- android:orientation="horizontal"
- android:padding="3dip"
- android:paddingBottom="1dip" >
-
- <ImageView
- android:id="@+id/epg_timer_state"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:layout_centerVertical="true"
- android:layout_marginRight="5dip"
- android:visibility="gone" />
-
- <TextView
- android:id="@+id/epg_detail_shorttext"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="left"
- android:text="Krimikömedie"
- android:textAppearance="?android:textAppearanceSmall" />
- </LinearLayout>
-
- <TextView
- android:id="@+id/epg_detail_separator_0"
- android:layout_width="fill_parent"
- android:layout_height="2sp" />
-
- <ProgressBar
- android:id="@+id/epg_detail_progress"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="fill_parent"
- android:layout_height="2dip"
- android:indeterminate="false"
- android:progress="40" />
-
- <ScrollView
- android:id="@+id/epg_detail_description_scroll"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:padding="5dip" >
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/epg_detail_description"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:textSize="16dip" >
- </TextView>
-
- <View style="@style/Line" />
-
- <LinearLayout android:id="@+id/audio_block"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <ImageView
- android:id="@+id/audio_image"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/ic_volume_small" />
-
- <TextView
- android:id="@+id/epg_detail_audio"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:text="" />
- </LinearLayout>
-
- <TextView
- android:id="@+id/epg_detail_cats"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Thriller, Comedy" />
-
- </LinearLayout>
- </ScrollView>
-
- <TextView
- android:id="@+id/epg_detail_separator_2"
- android:layout_width="fill_parent"
- android:layout_height="1sp" />
-
- <TextView
- android:id="@+id/epg_detail_separator_3"
- android:layout_width="fill_parent"
- android:layout_height="4sp" />
-
- <TableLayout
- android:id="@+id/root"
- style="@android:style/ButtonBar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:stretchColumns="*" >
-
- <TableRow
- android:id="@+id/first_row"
- android:layout_margin="0dip" >
-
- <ImageButton
- android:id="@+id/epg_event_livetv"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center_horizontal"
- android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- android:src="@drawable/tv"
- android:text="@string/epg_eent_livetv_text" />
-
- <ImageButton
- android:id="@+id/epg_event_imdb"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- android:src="@drawable/imdb"
- android:text="@string/epg_event_imdb_text" />
-
- <ImageButton
- android:id="@+id/epg_event_omdb"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- android:src="@drawable/omdb"
- android:text="@string/epg_event_omdb_text" />
-
- <ImageButton
- android:id="@+id/epg_event_tmdb"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- android:src="@drawable/tmdb"
- android:text="@string/epg_event_tmdb_text" />
-
- <ImageButton
- android:id="@+id/epg_event_create_timer"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center_horizontal"
- android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- android:src="@drawable/timer"
- android:text="@string/epg_event_create_timer_text" />
- </TableRow>
- </TableLayout>
- <!--
- <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
- android:id="@+id/epg_event_epg"
- android:src="@drawable/epg"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_centerHorizontal="true" android:layout_weight="1"
- android:background="@android:drawable/list_selector_background"
- style="?android:attr/buttonStyleSmall"
- android:text="@string/epg_event_create_timer_text"/>
- -->
- <!--
- <ImageButton android:visibility="gone"
- android:id="@+id/epg_event_right"
- android:src="@drawable/ic_menu_forward"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@android:drawable/list_selector_background"/>
- -->
-
-</LinearLayout> \ No newline at end of file