diff --git a/res/drawable-hdpi/ic_home_google_logo_normal_holo.png b/res/drawable-hdpi/ic_home_google_logo_normal_holo.png new file mode 100644 index 0000000000..af783164d9 Binary files /dev/null and b/res/drawable-hdpi/ic_home_google_logo_normal_holo.png differ diff --git a/res/drawable-hdpi/ic_home_search_normal_holo.png b/res/drawable-hdpi/ic_home_search_normal_holo.png new file mode 100644 index 0000000000..3f64d68234 Binary files /dev/null and b/res/drawable-hdpi/ic_home_search_normal_holo.png differ diff --git a/res/drawable-hdpi/ic_home_voice_search_holo.png b/res/drawable-hdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..dae54464a8 Binary files /dev/null and b/res/drawable-hdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-hdpi/ic_search_normal_holo.png b/res/drawable-hdpi/ic_search_normal_holo.png deleted file mode 100644 index d888214ec8..0000000000 Binary files a/res/drawable-hdpi/ic_search_normal_holo.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_voice_search_holo.png b/res/drawable-hdpi/ic_voice_search_holo.png deleted file mode 100644 index d1ec7e3a86..0000000000 Binary files a/res/drawable-hdpi/ic_voice_search_holo.png and /dev/null differ diff --git a/res/drawable-land-hdpi/ic_home_voice_search_holo.png b/res/drawable-land-hdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..5a7fc99e45 Binary files /dev/null and b/res/drawable-land-hdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-land-mdpi/ic_home_voice_search_holo.png b/res/drawable-land-mdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..ee7dde52cf Binary files /dev/null and b/res/drawable-land-mdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-land-xhdpi/ic_home_voice_search_holo.png b/res/drawable-land-xhdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..56bbbbb06d Binary files /dev/null and b/res/drawable-land-xhdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-mdpi/ic_home_google_logo_normal_holo.png b/res/drawable-mdpi/ic_home_google_logo_normal_holo.png new file mode 100644 index 0000000000..f298f61c71 Binary files /dev/null and b/res/drawable-mdpi/ic_home_google_logo_normal_holo.png differ diff --git a/res/drawable-mdpi/ic_home_search_normal_holo.png b/res/drawable-mdpi/ic_home_search_normal_holo.png new file mode 100644 index 0000000000..7367c380c1 Binary files /dev/null and b/res/drawable-mdpi/ic_home_search_normal_holo.png differ diff --git a/res/drawable-mdpi/ic_home_voice_search_holo.png b/res/drawable-mdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..f211a7b9c2 Binary files /dev/null and b/res/drawable-mdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-mdpi/ic_search_normal_holo.png b/res/drawable-mdpi/ic_search_normal_holo.png deleted file mode 100644 index 9eb214a9de..0000000000 Binary files a/res/drawable-mdpi/ic_search_normal_holo.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_voice_search_holo.png b/res/drawable-mdpi/ic_voice_search_holo.png deleted file mode 100644 index 34097b712b..0000000000 Binary files a/res/drawable-mdpi/ic_voice_search_holo.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_home_google_logo_normal_holo.png b/res/drawable-xhdpi/ic_home_google_logo_normal_holo.png new file mode 100644 index 0000000000..8079ee5b93 Binary files /dev/null and b/res/drawable-xhdpi/ic_home_google_logo_normal_holo.png differ diff --git a/res/drawable-xhdpi/ic_home_search_normal_holo.png b/res/drawable-xhdpi/ic_home_search_normal_holo.png new file mode 100644 index 0000000000..0fe1cd1332 Binary files /dev/null and b/res/drawable-xhdpi/ic_home_search_normal_holo.png differ diff --git a/res/drawable-xhdpi/ic_home_voice_search_holo.png b/res/drawable-xhdpi/ic_home_voice_search_holo.png new file mode 100644 index 0000000000..1fc5cc8bb1 Binary files /dev/null and b/res/drawable-xhdpi/ic_home_voice_search_holo.png differ diff --git a/res/drawable-xhdpi/ic_search_google_logo_normal_holo.png b/res/drawable-xhdpi/ic_search_google_logo_normal_holo.png deleted file mode 100644 index b4978ae4dc..0000000000 Binary files a/res/drawable-xhdpi/ic_search_google_logo_normal_holo.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_search_normal_holo.png b/res/drawable-xhdpi/ic_search_normal_holo.png deleted file mode 100644 index 0f4caad91f..0000000000 Binary files a/res/drawable-xhdpi/ic_search_normal_holo.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_voice_search_holo.png b/res/drawable-xhdpi/ic_voice_search_holo.png deleted file mode 100644 index a4152186d4..0000000000 Binary files a/res/drawable-xhdpi/ic_voice_search_holo.png and /dev/null differ diff --git a/res/layout-land/search_bar.xml b/res/layout-land/search_bar.xml index 452a80c222..a1c87e4b28 100644 --- a/res/layout-land/search_bar.xml +++ b/res/layout-land/search_bar.xml @@ -25,7 +25,7 @@ android:id="@+id/search_button" android:layout_width="match_parent" android:layout_height="wrap_content" - android:src="@drawable/ic_search_normal_holo" + android:src="@drawable/ic_home_search_normal_holo" android:adjustViewBounds="true" android:background="?android:attr/selectableItemBackground" android:onClick="onClickSearchButton" @@ -47,7 +47,7 @@ android:id="@+id/voice_button" android:layout_width="match_parent" android:layout_height="wrap_content" - android:src="@drawable/ic_voice_search_holo" + android:src="@drawable/ic_home_voice_search_holo" android:adjustViewBounds="true" android:background="?android:attr/selectableItemBackground" android:onClick="onClickVoiceButton" diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index b45800ef5d..9637700767 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -24,13 +24,6 @@ - + android:layout_height="@dimen/search_bar_height" + android:layout_gravity="bottom|center_horizontal" + android:background="@drawable/search_frame"> @dimen/toolbar_button_vertical_padding @dimen/toolbar_button_horizontal_padding @dimen/toolbar_button_horizontal_padding + #DD000000 + 0.0 + 1.0 + 4.0 + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 512419a9aa..e5e1b3f030 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -20,6 +20,7 @@ 40dp + 44dp 80dp 100dp -1dp diff --git a/res/values/styles.xml b/res/values/styles.xml index b510566e94..9372dbeef3 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -145,10 +145,10 @@ 25dp #FFFFFFFF 16sp - #393939 + #DD000000 0.0 - 0.0 - 2.0 + 1.0 + 4.0