mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Simplifying some launcher themes" into ub-launcher3-master
This commit is contained in:
@@ -45,6 +45,7 @@ import com.android.launcher3.Workspace.ItemOperator;
|
||||
import com.android.launcher3.dragndrop.DragController;
|
||||
import com.android.launcher3.keyboard.ViewGroupFocusHelper;
|
||||
import com.android.launcher3.pageindicators.PageIndicator;
|
||||
import com.android.launcher3.util.Themes;
|
||||
import com.android.launcher3.util.Thunk;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@@ -107,7 +108,7 @@ public class FolderPagedView extends PagedView {
|
||||
mIsRtl = Utilities.isRtl(getResources());
|
||||
setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);
|
||||
|
||||
setEdgeGlowColor(getResources().getColor(R.color.folder_edge_effect_color));
|
||||
setEdgeGlowColor(Themes.getAttrColor(context, android.R.attr.colorEdgeEffect));
|
||||
mFocusIndicatorHelper = new ViewGroupFocusHelper(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user