summaryrefslogtreecommitdiffstats
path: root/res/layout/timer_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/timer_list_item.xml')
-rw-r--r--res/layout/timer_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/timer_list_item.xml b/res/layout/timer_list_item.xml
index 1dfc04f28..f5ac85101 100644
--- a/res/layout/timer_list_item.xml
+++ b/res/layout/timer_list_item.xml
@@ -27,8 +27,8 @@
android:id="@+id/timer_frame"
android:layout_width="match_parent"
android:layout_height="@dimen/timer_circle_diameter"
- android:layout_marginLeft="@dimen/circle_margin"
- android:layout_marginRight="@dimen/circle_margin">
+ android:layout_marginLeft="@dimen/timer_circle_margin"
+ android:layout_marginRight="@dimen/timer_circle_margin">
<com.android.deskclock.CircleTimerView
android:id="@+id/timer_time"