Skip to content

Commit

Permalink
Merge pull request #7 from bergamin/hotfix/double-search-icon
Browse files Browse the repository at this point in the history
Fixed search icon being shown twice
  • Loading branch information
bergamin authored Oct 27, 2019
2 parents 8b0a039 + 0116a60 commit 7393e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package com.bergamin.marvelcharacters.feature.home.view
import android.content.Intent
import android.os.Bundle
import android.view.Menu
import android.widget.SearchView
import androidx.appcompat.app.AppCompatActivity
import androidx.appcompat.widget.SearchView
import androidx.databinding.DataBindingUtil
import androidx.lifecycle.Observer
import androidx.lifecycle.ViewModelProviders
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/home_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
android:icon="@android:drawable/ic_menu_search"
android:title="@string/search_character"
android:tooltipText="@string/search_character"
app:actionViewClass="android.widget.SearchView"
app:actionViewClass="androidx.appcompat.widget.SearchView"
app:showAsAction="ifRoom|collapseActionView" />
</menu>

0 comments on commit 7393e2e

Please sign in to comment.