Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

#47 bugfix javadoc mistake #48

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
727a7a3
#47 bugfix javadoc mistake
Jun 18, 2020
1dea4ea
add comment.
LeoAndo Aug 29, 2021
0bc3f50
add comment.
LeoAndo Aug 29, 2021
fd95c6b
add comment.
LeoAndo Aug 29, 2021
305f357
Merge pull request #1 from LeoAndo/activityscenetransitionbasic
LeoAndo Aug 29, 2021
a044f12
gradle update
LeoAndo Aug 29, 2021
aef9597
add comment.
LeoAndo Aug 29, 2021
ab263bd
Merge pull request #2 from LeoAndo/basic_transition_sample
LeoAndo Aug 29, 2021
239a3e6
add comment.
LeoAndo Aug 29, 2021
772b33c
Merge pull request #3 from LeoAndo/basic_transition_sample
LeoAndo Aug 29, 2021
ed7b3d0
add comment.
LeoAndo Aug 29, 2021
9d5e2f1
add comment.
LeoAndo Aug 29, 2021
c5eb1fc
Merge pull request #4 from LeoAndo/basic_transition_sample
LeoAndo Aug 29, 2021
26aacac
gradle_update
LeoAndo Aug 29, 2021
0647671
Merge pull request #5 from LeoAndo/drawable_animations_gradle_update
LeoAndo Aug 29, 2021
33ad15a
add gif & gradle verup
LeoAndo Aug 29, 2021
5cf8cb7
Merge pull request #6 from LeoAndo/drawable_animations_gradle_update
LeoAndo Aug 29, 2021
c5c6dec
update gradle version
LeoAndo Aug 29, 2021
bb55570
Merge pull request #7 from LeoAndo/motion_sample
LeoAndo Aug 29, 2021
adf980b
update gradle version
LeoAndo Aug 29, 2021
b374dfb
Merge pull request #8 from LeoAndo/motion_sample
LeoAndo Aug 29, 2021
808077f
update gradle version
LeoAndo Aug 29, 2021
5eeabce
Merge pull request #9 from LeoAndo/motion_sample
LeoAndo Aug 29, 2021
b675ec4
update gradle version
LeoAndo Aug 29, 2021
d8bc327
Merge pull request #10 from LeoAndo/motion_sample
LeoAndo Aug 29, 2021
3804747
update gradle version
LeoAndo Aug 29, 2021
7668fe6
Merge pull request #11 from LeoAndo/motion_sample
LeoAndo Aug 29, 2021
3ece047
update
LeoAndo Oct 25, 2021
ac50c6f
コメント強化
LeoAndo Oct 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import androidx.viewbinding.ViewBinding
* [Fragment.onViewCreated].
*
* ```
* private val binding by dataBindings(HomeFragmentBinding::bind)
* private val binding by viewBindings(HomeFragmentBinding::bind)
*
* override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
* binding.someView.someField = ...
Expand Down