summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/src/main/res/layout/out_of_time.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/out_of_time.xml b/android/src/main/res/layout/out_of_time.xml
index 544413d22c..ca1016ad61 100644
--- a/android/src/main/res/layout/out_of_time.xml
+++ b/android/src/main/res/layout/out_of_time.xml
@@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/side_margin"
android:layout_marginTop="8dp"
- android:layout_marginBottom="11dp"
+ android:layout_marginBottom="@dimen/vertical_space"
android:textColor="@color/white"
android:textSize="@dimen/text_small" />
<Space android:layout_width="match_parent"