aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_trending.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in debug build by using fully qualified class name for ↵Sergei Kozelko2022-09-251-1/+1
| | | | | | | | | | layoutmanager (#1130) When the class name is relative, Android tries to resolve it against applicationId. However it does not match the package because of `.debug` suffix so it tries to load the wrong class. This results in ClassNotFoundException and a crash. Using fully qualified class name fixes it as the system can use the class name as is.
* Try to fix java.lang.IndexOutOfBoundsException in ↵Alex Ning2021-08-241-1/+2
| | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
* Show error view in TrendingActivity.Alex Ning2021-07-181-0/+26
|
* Refreshing trending searches is now available.Alex Ning2021-07-181-3/+10
|
* Show trending searches in TrendingActivity.Alex Ning2021-07-181-0/+42