summaryrefslogtreecommitdiffstats
path: root/res/layout/count_down_to_capture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/count_down_to_capture.xml')
-rw-r--r--res/layout/count_down_to_capture.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/count_down_to_capture.xml b/res/layout/count_down_to_capture.xml
index 68276ad40..20437506d 100644
--- a/res/layout/count_down_to_capture.xml
+++ b/res/layout/count_down_to_capture.xml
@@ -25,11 +25,11 @@
android:textColor="@android:color/white"
android:gravity="center" />
<TextView android:id="@+id/count_down_title"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingLeft="10dp"
- android:paddingTop="20dp"
+ android:layout_marginTop="@dimen/count_down_title_margin_top"
+ android:gravity="center_horizontal"
android:textSize="20sp"
android:textColor="@android:color/white"
android:text="@string/count_down_title_text" />
-</com.android.camera.ui.CountDownView> \ No newline at end of file
+</com.android.camera.ui.CountDownView>