diff options
author | lado <herrlado@gmail.com> | 2011-11-11 14:50:16 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-11 14:50:16 +0100 |
commit | f4d5186aadf4e9785d35eba8deeed5c633eeb85c (patch) | |
tree | 0cecba7d6631b008044ef0c844657b317192fe11 | |
parent | 999e18a4b82b65e78a94f6fef83a87844cf54679 (diff) | |
download | vdr-manager-f4d5186aadf4e9785d35eba8deeed5c633eeb85c.tar.gz vdr-manager-f4d5186aadf4e9785d35eba8deeed5c633eeb85c.tar.bz2 |
button in place of edittext
-rw-r--r-- | vdrmanager/res/layout/timer_detail.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vdrmanager/res/layout/timer_detail.xml b/vdrmanager/res/layout/timer_detail.xml index 1374e68..21432eb 100644 --- a/vdrmanager/res/layout/timer_detail.xml +++ b/vdrmanager/res/layout/timer_detail.xml @@ -47,13 +47,13 @@ android:layout_width="fill_parent" android:layout_height="wrap_content"> - <EditText + <Button android:id="@+id/timer_detail_start" android:layout_width="wrap_content" android:layout_height="wrap_content" android:editable="false"/> - <EditText + <Button android:id="@+id/timer_detail_day" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -65,7 +65,7 @@ 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"/> - <EditText + <Button android:id="@+id/timer_detail_end" android:layout_width="wrap_content" android:layout_height="wrap_content" |