mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Adding support for dynamic letter spacing for icon labels
Bug: 201697936 Test: Manual Change-Id: I0ab81291c40afcac30c5caf7b5638889908775f8
This commit is contained in:
@@ -269,6 +269,10 @@ public final class FeatureFlags {
|
||||
"ENABLE_BACK_SWIPE_HOME_ANIMATION", true,
|
||||
"Enables home animation to icon when user swipes back.");
|
||||
|
||||
public static final BooleanFlag ENABLE_ICON_LABEL_AUTO_SCALING = getDebugFlag(
|
||||
"ENABLE_ICON_LABEL_AUTO_SCALING", true,
|
||||
"Enables scaling/spacing for icon labels to make more characters visible");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user