aboutsummaryrefslogtreecommitdiff
path: root/res/layout/start_timer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/start_timer.xml')
-rw-r--r--res/layout/start_timer.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/layout/start_timer.xml b/res/layout/start_timer.xml
deleted file mode 100644
index 9736a31d..00000000
--- a/res/layout/start_timer.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center">
-
- <TextView
- android:id="@+id/timer_length_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:textSize="20dp"
- android:paddingRight="10px"
- android:layout_gravity="center"/>
-
- <SeekBar
- android:id="@+id/timer_length_bar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:max="97"/>
-</LinearLayout> \ No newline at end of file