aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search_result.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Continue adding contentDescription for image views.Docile-Alligator2024-09-051-1/+2
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-2/+1
* Continue migrating to Material Design 3.Alex Ning2021-10-301-0/+1
* Add an FloatingActionButton in SearchResultActivity.Alex Ning2020-12-241-0/+7
* Migrate to ViewPager2 in SearchResultActivity.Alex Ning2020-09-221-4/+2
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-1/+2
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-7/+1
* Implemented share and import themes. Fixed some issues of custom theme.Alex Ning2020-03-271-5/+14
* Fix some bugs related to custom themes.Alex Ning2020-03-271-13/+5
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-8/+1
* Still prepare to support multiple themes.Alex Ning2020-03-011-3/+3
* AMOLED dark theme is now available.Alex Ning2019-10-031-2/+4
* Fixed UI issues in dark theme.Alex Ning2019-09-261-24/+4
* Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning2019-09-241-2/+1
* Check for theme setting on every activities except ViewImageActivity and View...Alex Ning2019-08-221-1/+1
* Make navigation bar and status bar transparent to display posts, comments, su...Alex Ning2019-08-101-21/+31
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning2019-07-181-0/+72