mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Hide the search button in the library until it's fixed (or removed)
This commit is contained in:
parent
1c465a6e59
commit
3b8246588a
@ -2,6 +2,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
|
||||
|
||||
<!--
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:title="@string/action_search"
|
||||
@ -9,6 +10,7 @@
|
||||
android:orderInCategory="100"
|
||||
app:showAsAction="collapseActionView|ifRoom"
|
||||
app:actionViewClass="android.support.v7.widget.SearchView" />
|
||||
-->
|
||||
|
||||
<item
|
||||
android:id="@+id/action_refresh"
|
||||
|
Loading…
Reference in New Issue
Block a user