Skip to content

Commit

Permalink
Make preferences menu action "ifRoom" instead of "always".
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Jan 4, 2013
1 parent d814a05 commit 0d51912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/res/menu/menu_sample_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<item android:id="@+id/menu_preferences_item"
android:icon="@android:drawable/ic_menu_preferences"
android:title="@string/menu_preferences_label"
android:showAsAction="always" />
android:showAsAction="ifRoom" />

<item android:id="@+id/menu_dialog_item"
android:title="@string/menu_dialog_label"
Expand Down

0 comments on commit 0d51912

Please sign in to comment.