diff options
-rw-r--r-- | core/res/res/drawable-hdpi/ic_btn_find_next.png | bin | 1099 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-hdpi/ic_btn_find_prev.png | bin | 912 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-hdpi/ic_find_next_holo_dark.png | bin | 0 -> 1047 bytes | |||
-rw-r--r-- | core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png | bin | 0 -> 1039 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_btn_find_next.png | bin | 592 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_btn_find_prev.png | bin | 615 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_find_next_holo_dark.png | bin | 0 -> 740 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png | bin | 0 -> 744 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_btn_find_next.png | bin | 1395 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_btn_find_prev.png | bin | 1381 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png | bin | 0 -> 1458 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png | bin | 0 -> 1432 bytes | |||
-rw-r--r-- | core/res/res/menu/webview_find.xml | 4 |
13 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/drawable-hdpi/ic_btn_find_next.png b/core/res/res/drawable-hdpi/ic_btn_find_next.png Binary files differdeleted file mode 100644 index b696a6b..0000000 --- a/core/res/res/drawable-hdpi/ic_btn_find_next.png +++ /dev/null diff --git a/core/res/res/drawable-hdpi/ic_btn_find_prev.png b/core/res/res/drawable-hdpi/ic_btn_find_prev.png Binary files differdeleted file mode 100644 index 5550c5a..0000000 --- a/core/res/res/drawable-hdpi/ic_btn_find_prev.png +++ /dev/null diff --git a/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png Binary files differnew file mode 100644 index 0000000..2fe4f81 --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png Binary files differnew file mode 100644 index 0000000..d4e9bd1 --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_btn_find_next.png b/core/res/res/drawable-mdpi/ic_btn_find_next.png Binary files differdeleted file mode 100644 index abdc247..0000000 --- a/core/res/res/drawable-mdpi/ic_btn_find_next.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/ic_btn_find_prev.png b/core/res/res/drawable-mdpi/ic_btn_find_prev.png Binary files differdeleted file mode 100644 index 4e3da1d..0000000 --- a/core/res/res/drawable-mdpi/ic_btn_find_prev.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png Binary files differnew file mode 100644 index 0000000..c138916 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png Binary files differnew file mode 100644 index 0000000..d239274 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_btn_find_next.png b/core/res/res/drawable-xhdpi/ic_btn_find_next.png Binary files differdeleted file mode 100644 index a334a5d..0000000 --- a/core/res/res/drawable-xhdpi/ic_btn_find_next.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/ic_btn_find_prev.png b/core/res/res/drawable-xhdpi/ic_btn_find_prev.png Binary files differdeleted file mode 100644 index d7b3177..0000000 --- a/core/res/res/drawable-xhdpi/ic_btn_find_prev.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png b/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png Binary files differnew file mode 100644 index 0000000..e822605 --- /dev/null +++ b/core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png diff --git a/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png b/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png Binary files differnew file mode 100644 index 0000000..0ba4587 --- /dev/null +++ b/core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png diff --git a/core/res/res/menu/webview_find.xml b/core/res/res/menu/webview_find.xml index 74a40aa..526b346 100644 --- a/core/res/res/menu/webview_find.xml +++ b/core/res/res/menu/webview_find.xml @@ -16,11 +16,11 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/find_prev" - android:icon="@drawable/ic_btn_find_prev" + android:icon="@drawable/ic_find_previous_holo_dark" android:showAsAction="always" /> <item android:id="@+id/find_next" - android:icon="@drawable/ic_btn_find_next" + android:icon="@drawable/ic_find_next_holo_dark" android:showAsAction="always" /> </menu> |