Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
No issue: fixes click failures on search widget icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeontaek authored and sblatz committed Aug 16, 2019
1 parent c9598bc commit 727457f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/search_widget_extra_small_v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:background="@drawable/rounded_white_corners"
android:layout_gravity="center">

<ImageButton
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@drawable/ic_logo_widget"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/search_widget_extra_small_v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:background="@drawable/rounded_white_corners"
android:layout_gravity="center">

<ImageButton
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@drawable/ic_logo_widget"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/search_widget_small_no_mic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_gravity="center"
android:orientation="vertical">

<ImageButton
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@drawable/ic_logo_widget"
Expand Down

0 comments on commit 727457f

Please sign in to comment.