summaryrefslogtreecommitdiffstats
path: root/samples/browseable/ImmersiveMode/res/menu/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/ImmersiveMode/res/menu/main.xml')
-rw-r--r--samples/browseable/ImmersiveMode/res/menu/main.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/browseable/ImmersiveMode/res/menu/main.xml b/samples/browseable/ImmersiveMode/res/menu/main.xml
index 2c3515dd4..498f2c60e 100644
--- a/samples/browseable/ImmersiveMode/res/menu/main.xml
+++ b/samples/browseable/ImmersiveMode/res/menu/main.xml
@@ -14,8 +14,9 @@
limitations under the License.
-->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/sample_action"
- android:showAsAction="ifRoom|withText"
+ app:showAsAction="ifRoom|withText"
android:title="@string/sample_action" />
</menu>