From a149042c120d46f6121d2fe85584de2e5860b064 Mon Sep 17 00:00:00 2001 From: Mert Tumer Date: Fri, 19 May 2017 23:06:01 +0300 Subject: Ability to change Font Color and added a new Color Picker on Android Viewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1d22749a446e451196f0819322cb04ed7d7befae Reviewed-on: https://gerrit.libreoffice.org/37840 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- android/source/res/layout/activity_main.xml | 1 + android/source/res/layout/colorbox.xml | 15 ++++++ android/source/res/layout/toolbar_bottom.xml | 29 +++++++++++ android/source/res/layout/toolbar_color_picker.xml | 56 ++++++++++++++++++++++ 4 files changed, 101 insertions(+) create mode 100644 android/source/res/layout/colorbox.xml create mode 100644 android/source/res/layout/toolbar_color_picker.xml (limited to 'android/source/res/layout') diff --git a/android/source/res/layout/activity_main.xml b/android/source/res/layout/activity_main.xml index fb5ba1ef7d32..e157e23454de 100644 --- a/android/source/res/layout/activity_main.xml +++ b/android/source/res/layout/activity_main.xml @@ -86,6 +86,7 @@ + + + + + + \ No newline at end of file diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml index 5ad9ffb1a982..5e172f620314 100644 --- a/android/source/res/layout/toolbar_bottom.xml +++ b/android/source/res/layout/toolbar_bottom.xml @@ -168,6 +168,35 @@ app:srcCompat="@drawable/ic_superscript" /> + + + + + + diff --git a/android/source/res/layout/toolbar_color_picker.xml b/android/source/res/layout/toolbar_color_picker.xml new file mode 100644 index 000000000000..2e2aed41abf9 --- /dev/null +++ b/android/source/res/layout/toolbar_color_picker.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit