From e19100212c41f1b992f6e893ba525612e652d0c5 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 30 Aug 2017 22:27:33 +0200 Subject: [PATCH] android: use sp (instead of dp) for font-size Change-Id: I11dbf24b38c08b4dfd3cc64dbacbcd949a37b833 --- android/source/res/layout/toolbar_bottom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml index 5e172f620314..1b4730d89adf 100644 --- a/android/source/res/layout/toolbar_bottom.xml +++ b/android/source/res/layout/toolbar_bottom.xml @@ -180,7 +180,7 @@ android:text="Font Color" android:paddingBottom="12dp" android:paddingTop="12dp" - android:textSize="14dp" + android:textSize="14sp" android:gravity="center_vertical" android:textColor="@color/fontBlack" android:layout_alignParentLeft="true"