mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Version 5.4.1. Minor bugs fixed.
This commit is contained in:
@@ -435,7 +435,7 @@ public class CustomThemePreviewActivity extends AppCompatActivity implements Cus
|
||||
}
|
||||
|
||||
protected void applyFABTheme(FloatingActionButton fab) {
|
||||
fab.setBackgroundTintList(ColorStateList.valueOf(customTheme.colorPrimaryLightTheme));
|
||||
fab.setBackgroundTintList(ColorStateList.valueOf(customTheme.colorAccent));
|
||||
fab.setImageTintList(ColorStateList.valueOf(customTheme.fabIconColor));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user