summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-08-30 22:27:33 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-08-31 12:49:12 +0200
commite19100212c41f1b992f6e893ba525612e652d0c5 (patch)
treea3676a8d2849e2a552932dacd14f6d8529aa2985 /android
parent6f29e5cb30d6244089f7f8b350bf61daea2c6fda (diff)
android: use sp (instead of dp) for font-size
Change-Id: I11dbf24b38c08b4dfd3cc64dbacbcd949a37b833
Diffstat (limited to 'android')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml2
1 files changed, 1 insertions, 1 deletions
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"