diff options
author | Mert Tumer <merttumer@outlook.com> | 2018-07-29 07:47:27 -0700 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-07-31 13:37:05 +0200 |
commit | baac334dd2a8425714b0706ab764b6f00e83a65c (patch) | |
tree | 25d246de5c7d53b3bb30adb8c63e5d080b3945bd /android | |
parent | 623cb7a1299386f8d8f7c53b0369a40cae51b752 (diff) |
Renamed "Font Back Color" to "Highlight Color" on Android Viewer
Change-Id: Ia87a8091cf7ca7f15b9be7d5368f314d20421258
Signed-off-by: Mert Tumer <merttumer@outlook.com>
Reviewed-on: https://gerrit.libreoffice.org/58283
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/res/layout/toolbar_bottom.xml | 2 |
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 25f47b828a36..ca842842625b 100644 --- a/android/source/res/layout/toolbar_bottom.xml +++ b/android/source/res/layout/toolbar_bottom.xml @@ -384,7 +384,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Font Back Color" + android:text="Highlight Color" android:paddingBottom="12dp" android:paddingTop="12dp" android:textSize="14sp" |