diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-02-15 19:00:38 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-02-15 19:00:38 +0100 |
commit | b5a498fd1f9749166012b90b204772e129bda002 (patch) | |
tree | 2a3cc1b6e6210e013c3d92135535f61264a6f42b /src/main/res | |
parent | 3f6923f706c1abc9ed2189fa7ef80a3c173d00cb (diff) |
don't show search icon if there is no room
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/conversations.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/menu/conversations.xml b/src/main/res/menu/conversations.xml index 9b55c694e..992371fc7 100644 --- a/src/main/res/menu/conversations.xml +++ b/src/main/res/menu/conversations.xml @@ -66,6 +66,6 @@ <item android:id="@+id/action_search_history" android:icon="?attr/icon_search" - android:showAsAction="always" + android:showAsAction="ifRoom" android:title="@string/search" /> </menu>
\ No newline at end of file |