Skip to content

Commit 9a853fd

Browse files
committed
Added the file RELEASE_NOTES.md.
1 parent ca191ff commit 9a853fd

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AndroidBottomSheet - RELEASE NOTES
2+
3+
## Version 1.0.0 (Feb. 22th 2016)
4+
5+
The first stable release, which provides a bottom sheet as a proposed by Android's Material design guidelines. The implementation initially provides the following features:
6+
7+
- The library provides a builder, which allows to create bottom sheets by specifying a title, icon, items etc.
8+
- A bottom sheet's items can be displayed as a list, as a two-columned list or as a grid.
9+
- It is possible to separate a bottom sheet's items by adding dividers (with optional titles).
10+
- The library offers a possibility to display all applications, which are suited for handling an Intent, as a bottom sheet's items
11+
- The items of a bottom sheet can be enabled/disabled individually.
12+
- As an alternative to displaying items, a bottom sheet's items can be be replaced with a custom view.
13+
- The library comes with a dark theme in addition to the default light theme. Both themes can be modified by using theme attributes.

example/example.iml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,10 @@
6969
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
7070
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
7171
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
72-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
7372
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
74-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
7573
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
7674
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
7775
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
78-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
7976
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
8077
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8178
</content>

0 commit comments

Comments
 (0)