• Home
  • History
  • Annotate
  • only in /frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
History log of /frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
578015fc3e5ddc0fdb95db7ad0d00822c54be6df 25-Oct-2016 Aurimas Liutikas <aurimas@google.com> Start using return value of OnNavigationItemSelectedListener.

Previously returning false in OnNavigationItemSelectedListener did not
affect the selected state of BottomNavigationView. This CL makes it so
that we start using that return value correctly.

Bug: 32336558
Test: expanded BottomNavigationViewTest#testNavigationSelectionListener
Change-Id: Id091acf5c4bc67b7db35477b43b17c966d87ff86
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
111ab9977e17f525a1c6435de9203f096f8635af 07-Oct-2016 Aurimas Liutikas <aurimas@google.com> Force BottomNavigationView item labels to be singleLine.

- Set BottomNavigationView item labels to be single line.
- Update BottomNavigationViewUsage to demo OnNavigationItemSelectedListener
usage.

Bug: 32414896
Test: ran SupportDesignDemos
Change-Id: I701a25826f5f2e28b4262dc0526b151ec5a65514
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
3cc432a5bd723a79dc52438235b47d0ea5d41ae4 19-Aug-2016 Aurimas Liutikas <aurimas@google.com> Adding shifting mode to BottomNavigationView.

This change adds a new mode to BottomNavigationView that
follow the https://material.google.com/components/bottom-navigation.html
spec.

Bug: 27675079

Change-Id: I868bc3c8cedd39c4e5a66c3c0ffbadff93bdf329
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
7b75d53b8e5584895595f801256a3d63bb68148a 23-Aug-2016 Aurimas Liutikas <aurimas@google.com> Fix usages of deprecated methods in support-design code.

Bug: 30074170
Bug: 31017538
Change-Id: Ib62709f853ca13db889d91688c30c97ee48fbe01
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutPreselectedUsage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
141250e2ebb7ccdbee06c1b5f31d1d0e0f8851e6 05-Aug-2016 Chris Banes <chrisbanes@google.com> Update AppBarLayout samples

Adds a collapse + expand menu item to the
Toolbar for easy testing.

Change-Id: I1eb6b17b5cc4e742c1f56c073ebaad2aa704aa83
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutUsageBase.java
1de399df4b2ec893fdb4038256286a10b8c8bd79 25-Jul-2016 Kirill Grouchnikov <kirillg@google.com> Cleanup pass over layout files in design samples

* Consistent indentation of top-level elements
* Namespace attributes always on top
* Fix typo in the name of one of the layouts
* Use auto-res namespace in one of the layouts

Bug: 30353960
Change-Id: I3b67b066601844574975ff8bb4d03b6951f0e6be
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetDynamicContent.java
8a40d691aa783c2e85298e895a3e51e98606aa85 26-May-2016 Chris Banes <chrisbanes@google.com> Add disabled support to TextInputLayout

Also added ColorStateList text color support to
CollapsingTextHelper.

BUG: 28636203
Change-Id: Ibe719c0cfc5b17eaed0fb1aa95fdffee74e75c36
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TextInputLayoutUsage.java
943b6775f5dbe28a8ae509e685cf765937b2a76b 30-Jun-2016 Yuichi Araki <yaraki@google.com> Add layout_insetEdge and layout_dodgeInsetEdges

Add layout_insetEdge and layout_dodgeInsetEdges to CoordinatorLayout.
Views that are marked with layout_insetEdge will inset a CoL's edge.
Views that are marked with layout_dodgeInsetEdges will dodge the
specified inset edges.

The internal implementation of Snackbar-FAB relationship will be
replaced in a coming CL.

Bug: 29417370
Change-Id: Id381d8b6225f3211048dd39fd459e52224af1929
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/CoordinatorLayoutInset.java
6188fe9c27c80626fb7bf763fa4a9e3ac62f5cd5 27-Jun-2016 Yuichi Araki <yaraki@google.com> Merge "Fix BottomSheetBehavior setState animation"
9207ff4399b70eb28b2db27437d3fef68c0929fc 24-Jun-2016 Aurimas Liutikas <aurimas@google.com> Merge "Fix BottomNavigationView tint clearing with null."
bfd8da2625c8198bd7d6884acb9f4b73ff35a2af 23-Jun-2016 Yuichi Araki <yaraki@google.com> Fix BottomSheetBehavior setState animation

Fix the issue that setState animates the bottom sheet to an old position
when there is a pending view layout.

Bug: 29535624
Change-Id: Id86fe3d2b0bd1f5ab316ff2756d914dbaabb57cd
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetDynamicContent.java
910de28f0a195668fad38ad2367c1f7237a7af98 23-Jun-2016 Aurimas Liutikas <aurimas@google.com> Fix BottomNavigationView tint clearing with null.

Fixes a crash in BottomNavigationView for setItemIconTintList(null) calls.
Additionally, CL adds tests to make sure tinting work correctly (largely inspired
by NavigationViewTest).
Finally, starts settings BottonNavigationItemView id to the MenuItem id.

Bug: 27675079
Change-Id: Ief696ab997407ad17eedc6b43c373e95638f4c34
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
01ca48bfc8ad80dae2e2809420af1e4b80dd4ae5 22-Jun-2016 Yuichi Araki <yaraki@google.com> Automatic peekHeight for bottom sheets

Apps can specify app:behavior_peekHeight="auto" to let the
BottomSheetBehavior automatically calculate the 16:9 ratio keyline and
use it as the peek height while keeping it at least as tall as 64dp.

This is now the default parameter of BottomSheetBehavior and
BottomSheetDialog. The old default was 0, so this change will not affect
existing apps which should already have some value specified for the
peek height.

Bug: 27260758
Change-Id: Ibbf725aa89352512f4b54fa9fe297c1675f76939
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalBase.java
3324facde2644c98161b72b05620efc55873cd24 19-Jun-2016 Chris Banes <chrisbanes@google.com> Merge "Implement password toggle in TextInputLayout"
cd78f10725efd4104168da3b6f3609bac36ad1b2 18-Jun-2016 Aurimas Liutikas <aurimas@google.com> Fix R import in BottomNavigationView usage.

Fixes the broken support_library build.

Change-Id: I9f1a479dd1c9ea779f330ccbbe84330503388e12
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
0af41537433f480235d3418dc5fec580a76f22bb 17-Jun-2016 Aurimas Liutikas <aurimas@google.com> Merge "Initial implementation for BottomNavigationView widget."
ddf46923b9487ac3a021f01b55d96136d811e8be 07-Apr-2016 Chris Banes <chrisbanes@google.com> Implement password toggle in TextInputLayout

This CL implements the new password spec from the
Material Design guidelines into TextInputLayout.
The icon and tint are customizable via attributes
and method calls.

Also added getCompoundDrawablesRelative() to
TextViewCompat.

BUG: 26614707

Change-Id: I3d36277fe92f1be0c9f23567fa55b42c5ba15be1
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TextInputLayoutUsage.java
23e274886774bf1a6c433ed98503e148fa1e15b4 28-Apr-2016 Aurimas Liutikas <aurimas@google.com> Initial implementation for BottomNavigationView widget.

Bug: 27675079
Change-Id: Ic24dfa979557f5af06294c61da5d74821254a583
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomNavigationViewUsage.java
f3865fbd67715b07d43da357dea742edf3bf9913 15-Jun-2016 Yuichi Araki <yaraki@google.com> NavigationView supports full-width custom views

Bug: 28992790
Change-Id: I5dacd8e859badabdc7f35c40d4cd82c017a868b9
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsageBase.java
8f8034a4204fc10c4805758051f0cec2159c0e40 27-May-2016 Yuichi Araki <yaraki@google.com> Add autoHide to FloatingActionButton

Add a new attribute "behavior_autoHide" to
FloatingActionButton.Behavior. The FAB automatically hides when there is
not enough space for it if behavior_autoHide is set to true. It defaults
to true. FAB.Behavior currently supports AppBarLayout and
BottomSheetBehavior.

This also fixes the issue that CoordinatorLayout stops sending
onDependentViewChanged after the child view reaches at an edge of the
CoordinatorLayout.

Bug: 28962378
Change-Id: Ic17bda6fc448f0c483752f1a3ed0df50fe60a458
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetWithFab.java
a80c3794138d9bc3c49577ac01998a9da4dcfbb2 11-May-2016 Yuichi Araki <yaraki@google.com> Add usage of app:behavior_skipCollapsed

Change-Id: I693d53265da8c7ff2a7a3815e74f4cfcf5a23e3b
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModal.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalBase.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalSkipCollapsed.java
d1b1f28130b20657f1dcd302f675118f9e285e93 18-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Sample for wiring TabLayout to ViewPager with initial selection

Change-Id: I7531cfbd421835eca71d10cf7c5d1f27116cf7bb
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutPreselectedUsage.java
a7b32567b7cae0d71c71b7260e038fa59568434b 16-Mar-2016 Kirill Grouchnikov <kirillg@google.com> Sample code for using custom views in TabLayout tabs

Change-Id: I5623729e52bd701914f84e3fd41fa3e5c71245b8
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutCustomItemsUsage.java
5e09c4d3c7ad0119b5568eda9609741b24641962 25-Jan-2016 Yuichi Araki <yaraki@google.com> Add usage of BottomSheetBehavior with Fragment

Bug: 26507828
Change-Id: I62bb8db4bb6b1c7b8a908ecc88d603347839301a
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetWithFragment.java
43203585aa4576e1ce879dfd1dd29389ed774eb2 21-Jan-2016 Yuichi Araki <yaraki@google.com> Merge "BottomSheetBehavior passes View to callbacks" into mnc-ub-dev
8bc32c60b0fe4080819b234d814ba4a6f213d695 15-Jan-2016 Chris Banes <chrisbanes@google.com> Merge "TabLayout layout items sample" into mnc-ub-dev
8959a2f6a03fd6c26b2b1ec396fa541b4849d62c 05-Jan-2016 Chris Banes <chrisbanes@google.com> TabLayout layout items sample

BUG: 19634570

Change-Id: I9501e0cb44f975370330117bfffdee8c1de89141
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutLayoutItemsUsage.java
aa0bf034fe33173410445bde8f64b220282d5b13 14-Jan-2016 Yuichi Araki <yaraki@google.com> BottomSheetBehavior passes View to callbacks

Bug: 26509449
Change-Id: I7de0dd0f59d7bd16fe50fae32b3b2f13761c93fc
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetHideable.java
d9ea03760ce71d5b942cc8c58176a920849f13fd 13-Jan-2016 Yuichi Araki <yaraki@google.com> Use of bottom sheet with ScrollView in background

Bug: 26237244
Change-Id: I79d500ce1262021368aeb4693246bbc6bba8c6e7
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetScrollView.java
fadea5f263e79d628f1bd9afae1f3098fb048b1e 16-Dec-2015 Yuichi Araki <yaraki@google.com> Rename BottomSheetListener to BottomSheetCallback

Bug: 26181788
Change-Id: I17cfad6a684706ea7874be387f2457bd18446168
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetHideable.java
145c252f601cb25b8f8923ce4ec22356331e66ef 16-Dec-2015 Yuichi Araki <yaraki@google.com> Merge "Add usage of BottomSheetDialogFragment" into mnc-ub-dev
cc6a92ed742f4214dbc10e1af5cef8404c2757b4 09-Dec-2015 Yuichi Araki <yaraki@google.com> Add usage of BottomSheetDialogFragment

Change-Id: I9438e3ecca220525fc5df55c43457d5c286d3b12
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModal.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetUsageBase.java
2917e08ed4bbe9406e0f88f87c6024ba3b92b781 07-Dec-2015 Chris Banes <chrisbanes@google.com> Add CTL + nested Toolbar demo

BUG: 25680977
Change-Id: I50a64d1cf08f779aa37fa4c0221eac556c1fb087
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseThenPinNested.java
b9c81b479c50f4b9a61f22a80d7a24434357f7f1 04-Dec-2015 Yuichi Araki <yaraki@google.com> Merge "Add use of NavigationView without drawer" into mnc-ub-dev
2c3f91e41982232dacb2ee34e604bf8c00a0e87a 01-Dec-2015 Yuichi Araki <yaraki@google.com> Add use of NavigationView without drawer

Change-Id: Ic6344e7cbfad0d37726d3c2ee4d070f133674033
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsageBase.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewWithoutDrawer.java
9a6522f6c6fc607321a4aa1ea0cc4293c5c744d5 16-Oct-2015 Yuichi Araki <yaraki@google.com> Add usage of hideable BottomSheetBehavior

Change-Id: I32ef3bea0594a803af4c551dd0c81b64d75c60cc
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetHideable.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetPersistent.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetUsage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetUsageBase.java
cc3292f20d59b18909fd3c1bfbf03da3e6babb7c 03-Nov-2015 Chris Banes <chrisbanes@google.com> Update TabLayout demo to use new ViewPager functionality

Also removed an old unused layout file

BUG: 20908355
Change-Id: I95d79f7faec68122b43c68b621af4121c52c17aa
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
dcb9b985623c0aabd135485ea864699a52d3eac6 05-Nov-2015 Kirill Grouchnikov <kirillg@google.com> Add "select tab" to the tab layout / view pager demo.

Change-Id: I30c6b86a220692ef61a8e8eac5acd2952464f15c
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
9a86725ccacecf4ee34a28128ddd37ca1e1f756b 23-Oct-2015 Chris Banes <chrisbanes@google.com> Add AppBar sample using SwipeRefreshLayout

Change-Id: I8d2c84fcbdf13ec66f256d083bc8f2384928f161
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh.java
c163f50b32db8a5241368ee20d4c0e80cd61efea 15-Sep-2015 Yuichi Araki <yaraki@google.com> Add usage of BottomSheetBehavior

Change-Id: Ia6a6098c9a2ab7bcda0cc29c6800494faa97b440
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetUsage.java
76a81816687764254f84c5bad55baac3380db4df 04-Sep-2015 Chris Banes <chrisbanes@google.com> Add snapping scroll example to SupportDesignDemos

BUG: 23792717
Change-Id: Ida0ba53fdf14534daa5a2a61ba5c035a1b782e82
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarScrollTabsScrollSnap.java
a8848ebfce08f4b65fcc86b0ce3efbe4fcfd0d8e 08-Jun-2015 Yuichi Araki <yaraki@google.com> Remove unnecessary code

The checked status is now automatically handled by NavigationView.

Change-Id: Id2a4670d3313d40875040472e0b3b81ce8f7d60e
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsage.java
fe83eafe418c87843f95164fe52a3b2f73ce9243 02-Jun-2015 Yuichi Araki <yaraki@google.com> NavigationViewUsage saves its state on rotation

Also changes it to use app:menu instead of inflating the menu in Java.

Change-Id: I140fb042c8ea77b5a7c889abf50a1a7926e2dc8b
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsage.java
6f9e9188d5b1486b58bb651ce36ee273b6d437c4 17-May-2015 Chris Banes <chrisbanes@google.com> AppBar demo using SwipeRefreshLayout

Change-Id: Iae006f6b1ac52874c7b3c4f54b2b23c0c45066b0
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarScrollTabsPinWithSwipeRefresh.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutUsageBase.java
fba3e97f6fffabd1d81f42c0e00e3582071c74c1 07-May-2015 Chris Banes <chrisbanes@google.com> Update TabLayout demo to use new APIs

Depends-on: I7d944d2ebcd169c5c084000bd17f20da5c60e7ea

BUG: 20897298
Change-Id: Ide33aec225ba63592ffac43aabe5322bc25c4628
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
b726e90de9146287c85e49c1225c9dab3c835f1f 08-May-2015 Dan Albert <danalbert@google.com> Merge "Revert "Update TabLayout demo to use new APIs"" into lmp-mr1-ub-dev
3a98e54c124caefaa211aa3e37bdb1cbc427416a 08-May-2015 Dan Albert <danalbert@google.com> Revert "Update TabLayout demo to use new APIs"

Build is still broken in other projects, so reverting for now.

This reverts commit 98d32d8146ac4c5813a7a5389432618d413c48a1.

Change-Id: Ieaef5f14da425d43d65d11595024083899134787
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
a44b8ef85582c5c10d43949b7a023c09eb701b97 08-May-2015 Chris Banes <chrisbanes@google.com> Merge "Update TabLayout demo to use new APIs" into lmp-mr1-ub-dev
d2d77977a10f37b497956c1b684ce996921935dd 07-May-2015 Chris Banes <chrisbanes@google.com> Update TabLayout demo to use new APIs

Depends-on: I7d944d2ebcd169c5c084000bd17f20da5c60e7ea

BUG: 20897298
Change-Id: I4976b16fc7d04e9facc9236fee4b5704c5b1ac0c
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java
45108ea6de712378055aa8edb57eaa58921dff61 05-May-2015 Chris Banes <chrisbanes@google.com> Add transparent status bar demo

BUG: 20652400

Change-Id: Iac7b06c18f0f370a8afdc4f91131ee9c59dc1c02
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseWithImageWithInsets.java
4a58e0859ab43f004d44868ff48589e329a80cb5 11-Mar-2015 Chris Banes <chrisbanes@google.com> AppBarLayout demo

Change-Id: I0b4439c4658371db6c4a4cfe95f8e77cd7015891
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseThenPin.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseThenPinWithFab.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseThenScroll.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarCollapseWithImage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarParallaxOverlapContent.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarScrollTabsPin.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutToolbarScrollTabsScroll.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/AppBarLayoutUsageBase.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SimpleStringRecyclerViewAdapter.java
8aa3114221d72066425cda70c7600edcb36196f8 18-Apr-2015 Chris Banes <chrisbanes@google.com> Add Snackbar demo without a CoordinatorLayout

Change-Id: I7e3b8af60666ccdbf476ce21b04d728f4bcc8617
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarWithFloatingActionButton.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarWithoutCoordinatorLayout.java
52e2c7a4ef19638d1c45dad9e77a8e6dac151b2d 19-Feb-2015 Yuichi Araki <yaraki@google.com> Add NavigationView usage to SupportDesignDemos

Change-Id: Ia9a4070dcae554970f0205a575d218fcb190f226
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/NavigationViewUsage.java
6e40fd9db0d56b037c7d1cd3bfd31e4fb887d68c 08-Feb-2015 Chris Banes <chrisbanes@google.com> TextInputLayout and Snackbar demos

Change-Id: I8de5e4d21528225f9688e8d42c73f51ce42bc8b8
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarUsage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarWithFloatingActionButton.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TextInputLayoutUsage.java
aca7a2311d5d99fb7fbc72ca2d83b412535a554c 28-Jan-2015 Chris Banes <chrisbanes@google.com> Add new SupportDesignDemos sample app

- I've moved the design stuff from Support7Demos

Change-Id: Ibb62a1692550419fea25d297aca5c0c7da0b0dbd
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/Cheeses.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/Shakespeare.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/SupportDesignDemos.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/FloatingActionButtonUsage.java
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/TabLayoutUsage.java