Skip to content

Commit

Permalink
Add README.md for fragments
Browse files Browse the repository at this point in the history
Update OWNERS to reflect who is actively
supporting fragments.

Test: ./gradlew bOS
Change-Id: I1b125a951a768ccb01baff2c7bc8b1c2f864ce37
  • Loading branch information
ianhanniballake committed Jul 1, 2019
1 parent 5e7a875 commit c338d88
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fragment/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[email protected]
[email protected]
[email protected]
[email protected]
15 changes: 15 additions & 0 deletions fragment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# androidx.fragment

Fragments allow you to encapsulate part of your user interface or behavior into reusable components.

[Library owners](OWNERS)

[Release notes](https://developer.android.com/jetpack/androidx/releases/fragment)

[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/fragment/)

[Reference documentation](https://developer.android.com/reference/androidx/fragment/app/package-summary)

[Existing open bugs](https://issuetracker.google.com/issues?q=componentid:460964%20status:open)

[File a new bug](https://issuetracker.google.com/issues/new?component=460964)
1 change: 1 addition & 0 deletions fragment/fragment-testing/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]

0 comments on commit c338d88

Please sign in to comment.