From 6367446901769c050676fb553f2a1a396facbcf7 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 2 Feb 2016 17:10:34 -0800 Subject: Increase max timer length to 1 hour --- app/src/main/res/layout/start_timer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/start_timer.xml b/app/src/main/res/layout/start_timer.xml index 59bd60e3..61a72233 100644 --- a/app/src/main/res/layout/start_timer.xml +++ b/app/src/main/res/layout/start_timer.xml @@ -18,5 +18,5 @@ android:id="@+id/timer_length_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:max="97"/> + android:max="92"/> \ No newline at end of file -- cgit v1.2.3