commit bd3015dad4a01cf3f07b9b8e08307558e2d64f05
parent eca97888298a8788398422ad41c3ef2fa9e91dbb
Author: Jan Dankert <devnull@localhost>
Date: Mon, 8 Oct 2012 21:36:19 +0200
Trittfrequenz bis 150 (statt bis 120).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/layout/calculate.xml b/res/layout/calculate.xml
@@ -43,7 +43,7 @@
<TextView android:text="@string/umin" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</LinearLayout>
- <SeekBar android:max="80" android:progress="45"
+ <SeekBar android:max="110" android:progress="45"
android:id="@+id/seek_trittfrequenz" android:layout_width="fill_parent"
android:contentDescription="@string/trittfrequenz"
android:layout_height="wrap_content"></SeekBar>