diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-10 12:05:00 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-04-10 12:40:47 +0200 |
commit | 74859b3a689d944850eadbcc85c0066aa64efd70 (patch) | |
tree | 8511d8de8c36d3f9a1f964b8f37378faa6d8414c /android | |
parent | 63fa105a16ada980ff60b306f158049ab06af049 (diff) |
Fix typos to complete commit b35552f39503
Change-Id: I2a10f9989e682dfc88f3b1d5864bfce1637933ab
Reviewed-on: https://gerrit.libreoffice.org/36359
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/res/drawable-hdpi/ic_format_underlined.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/drawable-hdpi/ic_format_underlined.xml b/android/source/res/drawable-hdpi/ic_format_underlined.xml index 89beb910b3aa..c1797e2112d8 100644 --- a/android/source/res/drawable-hdpi/ic_format_underlined.xml +++ b/android/source/res/drawable-hdpi/ic_format_underlined.xml @@ -2,4 +2,4 @@ <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/ic_format_underlined_black_24dp" - android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file + android:tint="@color/toolbar_foreground"/> |