History log of /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarUsage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa2e2acf79d791a90410025daad438968550d18c 31-Mar-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Updates Android.mk where applicable.

Bug: 24137209
Test: make -j32
Change-Id: I04084b2d05ddd7afaa160a76efe0b0d0c8eb5f00
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarUsage.java
8da7b24b08afba7ec155a371117df018bcc25eef 26-Sep-2016 Kirill Grouchnikov <kirillg@google.com> Support custom views on snackbars

Split the existing Snackbar class into two - the base class
with the common functionality for the lifecycle management
and action, and the extending class that "adds" a text message.

The extending class maintains the existing API surface.

This CL has sample code for a custom snackbar in SupportDesignDemo,
as well as unit tests in CustomSnackbarTest class.

Bug: 31658766
Test: ./gradlew support-design:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.design.widget.SnackbarTest
Test: ./gradlew support-design:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.design.widget.CustomSnackbarTest
Test: ./gradlew support-design-demos:assembleDebug; adb install -d -r ../../out/host/gradle/frameworks/support/support-design-demos/build/outputs/apk/support-design-demos-debug.apk
Change-Id: Ic042ad84f56645b48ad6a4d46e22a8e9352f5268
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/SnackbarUsage.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