diff --git a/samples/SupportDesignDemos/AndroidManifest.xml b/samples/SupportDesignDemos/AndroidManifest.xml index f998dccc3..8fcdf3827 100644 --- a/samples/SupportDesignDemos/AndroidManifest.xml +++ b/samples/SupportDesignDemos/AndroidManifest.xml @@ -45,6 +45,15 @@ + + + + + + + diff --git a/samples/SupportDesignDemos/res/drawable-hdpi/ic_action_navigation_menu.png b/samples/SupportDesignDemos/res/drawable-hdpi/ic_action_navigation_menu.png new file mode 100644 index 000000000..743fd7dad Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-hdpi/ic_action_navigation_menu.png differ diff --git a/samples/SupportDesignDemos/res/drawable-hdpi/ic_android.png b/samples/SupportDesignDemos/res/drawable-hdpi/ic_android.png new file mode 100644 index 000000000..94b8fb1fa Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-hdpi/ic_android.png differ diff --git a/samples/SupportDesignDemos/res/drawable-mdpi/ic_action_navigation_menu.png b/samples/SupportDesignDemos/res/drawable-mdpi/ic_action_navigation_menu.png new file mode 100644 index 000000000..4fa2c22e8 Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-mdpi/ic_action_navigation_menu.png differ diff --git a/samples/SupportDesignDemos/res/drawable-mdpi/ic_android.png b/samples/SupportDesignDemos/res/drawable-mdpi/ic_android.png new file mode 100644 index 000000000..afc43dbdd Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-mdpi/ic_android.png differ diff --git a/samples/SupportDesignDemos/res/drawable-xhdpi/ic_action_navigation_menu.png b/samples/SupportDesignDemos/res/drawable-xhdpi/ic_action_navigation_menu.png new file mode 100644 index 000000000..595da84a5 Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-xhdpi/ic_action_navigation_menu.png differ diff --git a/samples/SupportDesignDemos/res/drawable-xhdpi/ic_android.png b/samples/SupportDesignDemos/res/drawable-xhdpi/ic_android.png new file mode 100644 index 000000000..74c6f686a Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-xhdpi/ic_android.png differ diff --git a/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_action_navigation_menu.png b/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_action_navigation_menu.png new file mode 100644 index 000000000..3ebee249a Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_action_navigation_menu.png differ diff --git a/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_android.png b/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_android.png new file mode 100644 index 000000000..5cb6acd8d Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-xxhdpi/ic_android.png differ diff --git a/samples/SupportDesignDemos/res/drawable-xxxhdpi/ic_android.png b/samples/SupportDesignDemos/res/drawable-xxxhdpi/ic_android.png new file mode 100644 index 000000000..e302a0784 Binary files /dev/null and b/samples/SupportDesignDemos/res/drawable-xxxhdpi/ic_android.png differ diff --git a/samples/SupportDesignDemos/res/layout/design_navigation.xml b/samples/SupportDesignDemos/res/layout/design_navigation.xml new file mode 100644 index 000000000..22e900a70 --- /dev/null +++ b/samples/SupportDesignDemos/res/layout/design_navigation.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + diff --git a/samples/SupportDesignDemos/res/layout/design_navigation_header.xml b/samples/SupportDesignDemos/res/layout/design_navigation_header.xml new file mode 100644 index 000000000..a03f0bb5b --- /dev/null +++ b/samples/SupportDesignDemos/res/layout/design_navigation_header.xml @@ -0,0 +1,26 @@ + + + + diff --git a/samples/SupportDesignDemos/res/menu/navigation.xml b/samples/SupportDesignDemos/res/menu/navigation.xml new file mode 100644 index 000000000..b399ef3a9 --- /dev/null +++ b/samples/SupportDesignDemos/res/menu/navigation.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/SupportDesignDemos/res/values-v21/styles.xml b/samples/SupportDesignDemos/res/values-v21/styles.xml new file mode 100644 index 000000000..8faf5e6b7 --- /dev/null +++ b/samples/SupportDesignDemos/res/values-v21/styles.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/samples/SupportDesignDemos/res/values/strings.xml b/samples/SupportDesignDemos/res/values/strings.xml index 7bcfb814e..b2cb6d743 100644 --- a/samples/SupportDesignDemos/res/values/strings.xml +++ b/samples/SupportDesignDemos/res/values/strings.xml @@ -18,12 +18,29 @@ Support Design Demos Floating Action Button/Basic + NavigationView/Usage TabLayout/Usage Text Input Normal size Mini size + Open + Close + Item with icon + Item without icon + Clicked: \"%s\" + Header + Item 1 + Item 2 + Item 3 + Item 4 (disabled) + 1 + Invisible + Subheader + Subitem 1 + Subitem 2 + Fixed Scrollable Center diff --git a/samples/SupportDesignDemos/res/values/styles.xml b/samples/SupportDesignDemos/res/values/styles.xml index ec0588890..a63f93f33 100644 --- a/samples/SupportDesignDemos/res/values/styles.xml +++ b/samples/SupportDesignDemos/res/values/styles.xml @@ -30,4 +30,17 @@ #ff0000 + + + + +