summaryrefslogtreecommitdiff
path: root/res/layout/arrow_toast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/arrow_toast.xml')
-rw-r--r--res/layout/arrow_toast.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/arrow_toast.xml b/res/layout/arrow_toast.xml
index 004e77833a..9e44917ab1 100644
--- a/res/layout/arrow_toast.xml
+++ b/res/layout/arrow_toast.xml
@@ -29,11 +29,11 @@
android:background="@drawable/arrow_toast_rounded_background"
android:elevation="@dimen/arrow_toast_elevation"
android:textColor="?attr/arrowTipTextColor"
- android:textSize="14sp"/>
+ android:textSize="@dimen/arrow_toast_text_size"/>
<View
android:id="@+id/arrow"
android:elevation="@dimen/arrow_toast_elevation"
android:layout_width="@dimen/arrow_toast_arrow_width"
- android:layout_height="10dp"/>
+ android:layout_height="@dimen/arrow_toast_arrow_height"/>
</merge>