summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/epg_event_item.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_event_item.xml
parentbe5e0132d51a829326478c668e4eac78e2c9e4d8 (diff)
downloadvdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz
vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2
StudioStructur
Diffstat (limited to 'vdrmanager/res/layout/epg_event_item.xml')
-rw-r--r--vdrmanager/res/layout/epg_event_item.xml68
1 files changed, 0 insertions, 68 deletions
diff --git a/vdrmanager/res/layout/epg_event_item.xml b/vdrmanager/res/layout/epg_event_item.xml
deleted file mode 100644
index a8caa6f..0000000
--- a/vdrmanager/res/layout/epg_event_item.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/timer_item" android:layout_width="fill_parent"
- android:layout_height="fill_parent" android:padding="5dp" android:paddingBottom="2dp"
- android:orientation="vertical">
-
-<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical"
- android:background="@android:drawable/list_selector_background"
->
-<TextView
- android:id="@+id/timer_item_channel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" android:text="Sky Film" style="@android:style/TextAppearance.Medium"/>
-
- <ProgressBar
- android:id="@+id/timer_progress" android:layout_width="fill_parent"
- android:indeterminate="false" android:layout_height="2dip" android:layout_marginTop="3dip"
- style="?android:attr/progressBarStyleHorizontal" android:visibility="gone" />
-
- <LinearLayout android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_marginTop="0dip">
-
- <TextView android:id="@+id/timer_item_time" android:textAppearance="?android:textAppearanceMedium"
- android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/list_selector_background"
- android:gravity="left" android:text="22:33" android:paddingRight="5dip" />
-
- <TextView android:id="@+id/timer_item_title" android:text="timer_item_title" android:layout_weight="1" android:textStyle="bold"
- android:ellipsize="end" android:layout_width="wrap_content" android:background="@android:drawable/list_selector_background"
- android:textAppearance="?android:textAppearanceMedium"
- android:layout_height="wrap_content" />
-
- </LinearLayout>
-
- <LinearLayout android:layout_width="fill_parent" android:padding="1dip" android:paddingBottom="1dip"
- 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="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="3dip" android:src="@drawable/schere"
- android:layout_width="16dp" android:layout_height="16dp"
- android:visibility="gone" />
-
- <TextView android:id="@+id/timer_item_shorttext" android:textAppearance="?android:textAppearanceSmall"
- android:text="timer_short_text"
- android:ellipsize="end"
- android:singleLine="true"
- android:maxLines="1"
- android:layout_width="wrap_content" android:layout_weight="1"
- android:layout_height="wrap_content" />
-
- <TextView android:id="@+id/timer_item_duration"
- android:ellipsize="end" android:layout_width="wrap_content" android:gravity="right" android:textSize="13dip"
- android:layout_height="wrap_content" android:text="89min"/>
-
- </LinearLayout>
-
- <TextView android:id="@+id/event_item_description"
- android:layout_width="wrap_content"
- android:textAppearance="?android:textAppearanceSmall"
- android:visibility="gone"
- android:textSize="12dip"
- android:padding="3dip"
- android:layout_height="wrap_content" />
-</LinearLayout>
-</LinearLayout> \ No newline at end of file