Minor fixes
This commit is contained in:
@@ -128,6 +128,8 @@ import java.util.Locale;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
|
||||
import com.exteragram.messenger.ExteraConfig;
|
||||
|
||||
public class Theme {
|
||||
|
||||
public static final String DEFAULT_BACKGROUND_SLUG = "d";
|
||||
@@ -4527,7 +4529,9 @@ public class Theme {
|
||||
defaultColors.put(key_chat_outTextSelectionHighlight, 0x2E3F9923);
|
||||
defaultColors.put(key_chat_inTextSelectionHighlight, 0x5062A9E3);
|
||||
defaultColors.put(key_chat_TextSelectionCursor, 0xFF419FE8);
|
||||
defaultColors.put(key_chat_BlurAlpha, 0xFF000000);
|
||||
|
||||
if (ExteraConfig.INSTANCE.getBlurForAllThemes()) defaultColors.put(key_chat_BlurAlpha, 0xAF000000);
|
||||
else defaultColors.put(key_chat_BlurAlpha, 0xFF000000);
|
||||
|
||||
defaultColors.put(key_statisticChartSignature, 0x7f252529);
|
||||
defaultColors.put(key_statisticChartSignatureAlpha, 0x7f252529);
|
||||
|
||||
@@ -55,6 +55,8 @@ import org.telegram.ui.ActionBar.Theme;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import com.exteragram.messenger.ExteraConfig;
|
||||
|
||||
public class FilterTabsView extends FrameLayout {
|
||||
|
||||
public interface FilterTabsViewDelegate {
|
||||
|
||||
Reference in New Issue
Block a user