[Libreoffice-commits] core.git: android/source
Ximeng Zu
uznomis at yahoo.com
Mon Apr 10 08:08:24 UTC 2017
android/source/res/drawable-hdpi/ic_format_bold.xml | 2 +-
android/source/res/drawable-hdpi/ic_format_italic.xml | 2 +-
android/source/res/drawable-hdpi/ic_format_strikethrough.xml | 2 +-
android/source/res/drawable-hdpi/ic_keyboard.xml | 2 +-
android/source/res/drawable-hdpi/ic_menu.xml | 2 +-
android/source/res/drawable-hdpi/ic_text_format.xml | 2 +-
android/source/res/drawable/ic_check.xml | 2 +-
android/source/res/drawable/ic_format_align_center.xml | 2 +-
android/source/res/drawable/ic_format_align_justify.xml | 2 +-
android/source/res/drawable/ic_format_align_left.xml | 2 +-
android/source/res/drawable/ic_format_align_right.xml | 2 +-
android/source/res/drawable/ic_format_bullets.xml | 2 +-
android/source/res/drawable/ic_format_numbering.xml | 2 +-
android/source/res/drawable/ic_redo.xml | 2 +-
android/source/res/drawable/ic_search.xml | 2 +-
android/source/res/drawable/ic_search_direction_down.xml | 2 +-
android/source/res/drawable/ic_search_direction_up.xml | 2 +-
android/source/res/drawable/ic_undo.xml | 2 +-
android/source/res/values/colors.xml | 2 +-
19 files changed, 19 insertions(+), 19 deletions(-)
New commits:
commit b35552f39503b9baca9c2d7b6944d9f18ca0004a
Author: Ximeng Zu <uznomis at yahoo.com>
Date: Wed Apr 5 09:23:14 2017 -0500
Fix typo: 'forgeround' in multiple files
Fixed typo: forgeround --> foreground
in 19 files.
Change-Id: Idb4c9ccd98a949a2574cdbd5b44f91509b9856a9
Reviewed-on: https://gerrit.libreoffice.org/36154
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Gautam Prajapati <gautamprajapati06 at gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/android/source/res/drawable-hdpi/ic_format_bold.xml b/android/source/res/drawable-hdpi/ic_format_bold.xml
index 83de6472d6ae..a3519d44941c 100644
--- a/android/source/res/drawable-hdpi/ic_format_bold.xml
+++ b/android/source/res/drawable-hdpi/ic_format_bold.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_bold_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/ic_format_italic.xml b/android/source/res/drawable-hdpi/ic_format_italic.xml
index 515568aaa8b6..7a3e9872dd32 100644
--- a/android/source/res/drawable-hdpi/ic_format_italic.xml
+++ b/android/source/res/drawable-hdpi/ic_format_italic.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_italic_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/ic_format_strikethrough.xml b/android/source/res/drawable-hdpi/ic_format_strikethrough.xml
index 4ca24bc9333c..1aaa1d25fa95 100644
--- a/android/source/res/drawable-hdpi/ic_format_strikethrough.xml
+++ b/android/source/res/drawable-hdpi/ic_format_strikethrough.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_strikethrough_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/ic_keyboard.xml b/android/source/res/drawable-hdpi/ic_keyboard.xml
index d95890b3f0bc..00902169d505 100644
--- a/android/source/res/drawable-hdpi/ic_keyboard.xml
+++ b/android/source/res/drawable-hdpi/ic_keyboard.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_keyboard_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/ic_menu.xml b/android/source/res/drawable-hdpi/ic_menu.xml
index 62440f0eea3d..3d9b9c9ed5c4 100644
--- a/android/source/res/drawable-hdpi/ic_menu.xml
+++ b/android/source/res/drawable-hdpi/ic_menu.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_menu_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/ic_text_format.xml b/android/source/res/drawable-hdpi/ic_text_format.xml
index 20a786995255..c070dddb78dd 100644
--- a/android/source/res/drawable-hdpi/ic_text_format.xml
+++ b/android/source/res/drawable-hdpi/ic_text_format.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_text_format_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_check.xml b/android/source/res/drawable/ic_check.xml
index be95fc8fdfba..f60b0d99266c 100644
--- a/android/source/res/drawable/ic_check.xml
+++ b/android/source/res/drawable/ic_check.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_check_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_align_center.xml b/android/source/res/drawable/ic_format_align_center.xml
index 5c2b4a08766f..6165f386fcdf 100644
--- a/android/source/res/drawable/ic_format_align_center.xml
+++ b/android/source/res/drawable/ic_format_align_center.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_align_center_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_align_justify.xml b/android/source/res/drawable/ic_format_align_justify.xml
index e1e69e205552..d39454084626 100644
--- a/android/source/res/drawable/ic_format_align_justify.xml
+++ b/android/source/res/drawable/ic_format_align_justify.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_align_justify_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_align_left.xml b/android/source/res/drawable/ic_format_align_left.xml
index 497a94f81aa7..53bf814f4b1a 100644
--- a/android/source/res/drawable/ic_format_align_left.xml
+++ b/android/source/res/drawable/ic_format_align_left.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_align_left_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_align_right.xml b/android/source/res/drawable/ic_format_align_right.xml
index a8d6dfb4c2cd..792112e6f2ef 100644
--- a/android/source/res/drawable/ic_format_align_right.xml
+++ b/android/source/res/drawable/ic_format_align_right.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_align_right_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_bullets.xml b/android/source/res/drawable/ic_format_bullets.xml
index d818dde10d18..32539b715baa 100644
--- a/android/source/res/drawable/ic_format_bullets.xml
+++ b/android/source/res/drawable/ic_format_bullets.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_list_bulleted_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_format_numbering.xml b/android/source/res/drawable/ic_format_numbering.xml
index a5aec9735b91..b276cd3bb89b 100644
--- a/android/source/res/drawable/ic_format_numbering.xml
+++ b/android/source/res/drawable/ic_format_numbering.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_format_list_numbered_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_redo.xml b/android/source/res/drawable/ic_redo.xml
index eb4abef0a314..fefaa1d35adc 100644
--- a/android/source/res/drawable/ic_redo.xml
+++ b/android/source/res/drawable/ic_redo.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_redo_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_search.xml b/android/source/res/drawable/ic_search.xml
index 9dd529cb9dde..3d86c7bfddf7 100644
--- a/android/source/res/drawable/ic_search.xml
+++ b/android/source/res/drawable/ic_search.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_search_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_search_direction_down.xml b/android/source/res/drawable/ic_search_direction_down.xml
index 92cecedf4494..7184da213a61 100644
--- a/android/source/res/drawable/ic_search_direction_down.xml
+++ b/android/source/res/drawable/ic_search_direction_down.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_search_direction_down_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_search_direction_up.xml b/android/source/res/drawable/ic_search_direction_up.xml
index a6370607da3b..3faa7ae963a2 100644
--- a/android/source/res/drawable/ic_search_direction_up.xml
+++ b/android/source/res/drawable/ic_search_direction_up.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_search_direction_up_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/drawable/ic_undo.xml b/android/source/res/drawable/ic_undo.xml
index 12b9ce6f249b..f792e66f391a 100644
--- a/android/source/res/drawable/ic_undo.xml
+++ b/android/source/res/drawable/ic_undo.xml
@@ -2,4 +2,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_undo_black_24dp"
- android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+ android:tint="@color/toolbar_foreground"/>
\ No newline at end of file
diff --git a/android/source/res/values/colors.xml b/android/source/res/values/colors.xml
index 4348b5b607ef..44f16b2c65d7 100644
--- a/android/source/res/values/colors.xml
+++ b/android/source/res/values/colors.xml
@@ -92,7 +92,7 @@
<color name="panel_grid_item_image_background">#D1D9E1</color>
- <color name="toolbar_forgeround">#3e3e3e</color>
+ <color name="toolbar_foreground">#3e3e3e</color>
<color name="toolbar_background">#ffffff</color>
<color name="handle_color">#26a69a</color>
More information about the Libreoffice-commits
mailing list