summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-03-23 09:18:44 +0100
committerlado <herrlado@gmail.com>2012-03-23 09:18:44 +0100
commit421a5adede3d223019d27bd20460a7e9eca296fb (patch)
tree73ef203ab9b790b2cda67ded479c13008ff2d074 /vdrmanager/res/layout
parent39825c9ecd86f779ef068065c3d13d77a80ac834 (diff)
downloadvdr-manager-421a5adede3d223019d27bd20460a7e9eca296fb.tar.gz
vdr-manager-421a5adede3d223019d27bd20460a7e9eca296fb.tar.bz2
http://projects.vdr-developer.org/issues/913
http://projects.vdr-developer.org/issues/873 http://projects.vdr-developer.org/issues/866
Diffstat (limited to 'vdrmanager/res/layout')
-rw-r--r--vdrmanager/res/layout/timer_detail.xml103
1 files changed, 81 insertions, 22 deletions
diff --git a/vdrmanager/res/layout/timer_detail.xml b/vdrmanager/res/layout/timer_detail.xml
index 21432eb..d86d9ef 100644
--- a/vdrmanager/res/layout/timer_detail.xml
+++ b/vdrmanager/res/layout/timer_detail.xml
@@ -33,34 +33,69 @@
android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip"
android:text="@string/timer_detail_title_title"/>
+
<EditText
android:id="@+id/timer_detail_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
+
+
+ <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="vertical">
+
<TextView
android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip"
+ android:text="@string/timer_detail_day_title"/>
+
+
+ <Button
+ android:id="@+id/timer_detail_day"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:editable="false"/>
+
+ </LinearLayout>
+
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical">
+ <TextView
+ android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip"
+ android:text="@string/timer_detail_repeat_title"/>
+
+
+ <Button
+ android:id="@+id/timer_detail_repeat"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/never"
+ android:editable="false"/>
+
+ </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="vertical">
+
+
+ <TextView
+ android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip"
android:text="@string/timer_detail_start_title"/>
-
- <LinearLayout
- android:id="@+id/timer_detail_start_daytime"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
+
<Button
android:id="@+id/timer_detail_start"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:text="20:34"
android:editable="false"/>
-
- <Button
- android:id="@+id/timer_detail_day"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:editable="false"/>
-
- </LinearLayout>
-
+
+ </LinearLayout>
+
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical">
<TextView
android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip"
android:text="@string/timer_detail_end_title"/>
@@ -71,13 +106,37 @@
android:layout_height="wrap_content"
android:editable="false"/>
- <TextView
- android:id="@+id/timer_detail_fill"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="0.5"/>
-
- </LinearLayout>
+
+ </LinearLayout>
+ </LinearLayout>
+
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal">
+ <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>
+
+
+
+
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal">
+
+ <TextView android:width="80dp" android:text="@string/timer_detail_priority" android:layout_width="wrap_content" android:layout_height="wrap_content" />
+
+ <EditText android:layout_height="wrap_content" android:numeric="integer" android:id="@+id/timer_detail_priority" android:layout_width="wrap_content" android:hint="@string/timer_detail_priority"/>
+
+
+ </LinearLayout>
+
+ <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal">
+
+ <TextView android:width="80dp" android:text="@string/timer_detail_lifetime" android:layout_width="wrap_content" android:layout_height="wrap_content" />
+
+ <EditText android:layout_height="wrap_content" android:numeric="integer" android:id="@+id/timer_detail_lifetime" android:layout_width="wrap_content" android:hint="@string/timer_detail_lifetime_hint"/>
+
+
+ </LinearLayout>
+
+ </LinearLayout>
</ScrollView>