mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Revert commits d2f4294a & 7c618e01
This commit is contained in:
@@ -43,6 +43,8 @@ import com.android.launcher3.model.data.ItemInfo;
|
||||
import com.android.launcher3.util.Themes;
|
||||
|
||||
import app.lawnchair.theme.color.ColorTokens;
|
||||
import app.lawnchair.theme.drawable.DrawableToken;
|
||||
import app.lawnchair.theme.drawable.DrawableTokens;
|
||||
|
||||
/**
|
||||
* Implements a DropTarget.
|
||||
@@ -100,6 +102,7 @@ public abstract class ButtonDropTarget extends TextView
|
||||
super.onFinishInflate();
|
||||
mText = getText();
|
||||
setContentDescription(mText);
|
||||
setBackground(DrawableTokens.DropTargetBackground.resolve(getContext()));
|
||||
setTextColor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user