aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_customize_theme.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator2024-07-091-0/+7
| | | | instead of CustomTheme.
* 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-0/+1
| | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
* Lowercase package names.Alex Ning2020-11-181-1/+1
|
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning2020-06-101-1/+2
| | | | large.
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning2020-04-181-1/+1
| | | | the activity is destroyed.
* Still implementing custom themes.Alex Ning2020-03-261-0/+1
|
* Start implementing custom theme settings.Alex Ning2020-03-191-0/+41