summaryrefslogtreecommitdiff
path: root/vdrmanager/res
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2014-01-22 09:46:02 +0100
committerlado <herrlado@gmail.com>2014-01-22 09:53:36 +0100
commitdefb52443ac64c7a3227ea6fb16c7c04e1242f03 (patch)
tree80b79fdabb7012867df5e3c0abf2459f07d7aebf /vdrmanager/res
parentd4e5793e3c316c459952b0b426ac9cb30d802ba6 (diff)
downloadvdr-manager-defb52443ac64c7a3227ea6fb16c7c04e1242f03.tar.gz
vdr-manager-defb52443ac64c7a3227ea6fb16c7c04e1242f03.tar.bz2
http://projects.vdr-developer.org/issues/1689
Diffstat (limited to 'vdrmanager/res')
-rw-r--r--vdrmanager/res/layout/timer_detail.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/res/layout/timer_detail.xml b/vdrmanager/res/layout/timer_detail.xml
index d86d9ef..b74d54e 100644
--- a/vdrmanager/res/layout/timer_detail.xml
+++ b/vdrmanager/res/layout/timer_detail.xml
@@ -110,7 +110,7 @@
</LinearLayout>
</LinearLayout>
- <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal">
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:id="@+id/timer_block">
<TextView android:width="80dp" android:text="@string/timer_detail_use_vps" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<CheckBox android:id="@+id/timer_detail_vps" android:layout_height="wrap_content" android:layout_width="wrap_content"/>
</LinearLayout>