mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-14 04:07:12 +01:00
Version 5.4.1. Minor bugs fixed.
This commit is contained in:
parent
c5d4ac64a0
commit
69d2cd8994
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "ml.docilealligator.infinityforreddit"
|
applicationId "ml.docilealligator.infinityforreddit"
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 114
|
versionCode 115
|
||||||
versionName "5.4.0"
|
versionName "5.4.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
@ -435,7 +435,7 @@ public class CustomThemePreviewActivity extends AppCompatActivity implements Cus
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void applyFABTheme(FloatingActionButton fab) {
|
protected void applyFABTheme(FloatingActionButton fab) {
|
||||||
fab.setBackgroundTintList(ColorStateList.valueOf(customTheme.colorPrimaryLightTheme));
|
fab.setBackgroundTintList(ColorStateList.valueOf(customTheme.colorAccent));
|
||||||
fab.setImageTintList(ColorStateList.valueOf(customTheme.fabIconColor));
|
fab.setImageTintList(ColorStateList.valueOf(customTheme.fabIconColor));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user