summaryrefslogtreecommitdiffstats
path: root/samples/SupportDesignDemos/res/menu/navigation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportDesignDemos/res/menu/navigation.xml')
-rw-r--r--samples/SupportDesignDemos/res/menu/navigation.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/samples/SupportDesignDemos/res/menu/navigation.xml b/samples/SupportDesignDemos/res/menu/navigation.xml
index b399ef3a9..6425b1893 100644
--- a/samples/SupportDesignDemos/res/menu/navigation.xml
+++ b/samples/SupportDesignDemos/res/menu/navigation.xml
@@ -14,7 +14,8 @@
See the License for the specific language governing permissions and
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">
<!-- Main items -->
<group android:checkableBehavior="single">
@@ -30,7 +31,8 @@
<item
android:id="@+id/navigation_item_3"
android:icon="@drawable/ic_android"
- android:title="@string/navigation_item_3"/>
+ android:title="@string/navigation_item_3"
+ app:actionLayout="@layout/action_layout"/>
<item
android:id="@+id/navigation_item_disabled"
android:icon="@drawable/ic_android"