aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_view_post_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in debug build by using fully qualified class name for layoutmanage...Sergei Kozelko2022-09-251-1/+1
* Try to fix java.lang.IndexOutOfBoundsException in com.google.android.material...Alex Ning2021-08-241-1/+1
* Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning2021-07-141-1/+2
* Implement two pane layout in ViewPostDetailFragment to separate post detail a...Alex Ning2021-06-221-2/+2
* Barebone swiping left or right to go to previous or next post in ViewPostDeta...Alex Ning2021-01-271-0/+48