From 414ef6cb187dd3bbcc917dbedf3c0c1cc8668f60 Mon Sep 17 00:00:00 2001 From: Mert Tumer Date: Sat, 18 Aug 2018 07:57:40 -0700 Subject: Added Clear Formatting button on Android Viewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If576aaf3e5095e660219fed9f5e11971c9a73469 Signed-off-by: Mert Tumer Reviewed-on: https://gerrit.libreoffice.org/59293 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- android/source/res/drawable/ic_format_clear_black_24dp.xml | 9 +++++++++ android/source/res/layout/toolbar_bottom.xml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 android/source/res/drawable/ic_format_clear_black_24dp.xml (limited to 'android/source/res') diff --git a/android/source/res/drawable/ic_format_clear_black_24dp.xml b/android/source/res/drawable/ic_format_clear_black_24dp.xml new file mode 100644 index 000000000000..4c903c7163e0 --- /dev/null +++ b/android/source/res/drawable/ic_format_clear_black_24dp.xml @@ -0,0 +1,9 @@ + + + diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml index ca842842625b..bfe5f74828b3 100644 --- a/android/source/res/layout/toolbar_bottom.xml +++ b/android/source/res/layout/toolbar_bottom.xml @@ -107,6 +107,16 @@ android:paddingTop="12dp" android:src="@drawable/ic_format_strikethrough" /> + +